/*
 * Responsibility: shared pricing-table shell and CTA button styling reused by
 * miasto-kierunek and miasto-uczelnia extracted routes.
 */

.btn-uczel-grad {
    margin: 0;
    padding: 5px;
    border: 0;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.5s ease, color 0.5s ease;
    background: linear-gradient(180deg, rgba(0, 112, 171, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.btn-uczel-grad:hover,
.btn-uczel-grad:focus {
    color: #000;
    opacity: 0.7;
}

.extracted-prices-shell table.table {
    margin: 20px 0;
    overflow: hidden;
    border-radius: 0.5rem;
    font-size: 14px;
}

.extracted-prices-shell table.table > thead {
    color: #fff;
    border: 0;
    background: linear-gradient(180deg, rgba(0, 112, 171, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.extracted-prices-shell table.table a.btn.btn-uczel-grad {
    border-radius: 0.5rem;
}
