.si-card-pricing {
    --si-price-ink: #444;
    --si-price-muted: #8b8b8b;
    --si-price-border: #d8d8d8;
    --si-price-head: #f7f7f7;
    margin: 24px 0 30px;
    color: var(--si-price-ink);
    font-family: inherit;
}

.si-card-pricing *,
.si-card-pricing *::before,
.si-card-pricing *::after {
    box-sizing: border-box;
}

.si-card-pricing__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
}

.si-card-pricing__head::after {
    content: "";
    height: 1px;
    border-top: 1px dotted #bdbdbd;
    flex: 1 1 auto;
}

.si-card-pricing__head h2 {
    margin: 0;
    color: #3f3f3f;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.si-card-pricing__table-wrap {
    width: 100%;
    overflow-x: auto;
	border: 1px solid var(--si-price-border);
    border-radius: 12px;
}

.si-card-pricing__table {
    width: 100%;
    min-width: 740px;
    border-collapse: collapse;
    border: 1px solid var(--si-price-border);
	border: 0;
    background: #fff;
    color: var(--si-price-ink);
    font-size: 13px;
    line-height: 1.35;
}

.si-card-pricing__table th,
.si-card-pricing__table td {
    padding: 12px 10px;
    border: 1px solid var(--si-price-border);
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.si-card-pricing__table thead tr:first-child th {
    border-top: 0;
}

.si-card-pricing__table th:first-child,
.si-card-pricing__table td:first-child {
    border-left: 0;
}

.si-card-pricing__table th:last-child,
.si-card-pricing__table td:last-child {
    border-right: 0;
}

.si-card-pricing__table tbody tr:last-child td {
    border-bottom: 0;
}

.si-card-pricing__table th:first-child,
.si-card-pricing__table td:first-child {
    width: 220px;
    text-align: left;
}

.si-card-pricing__table th {
    background: var(--si-price-head);
    color: #4a4a4a;
    font-weight: 700;
}

.si-card-pricing__table th span,
.si-card-pricing__table th small {
    display: block;
}

.si-card-pricing__table th small {
    margin-top: 2px;
    color: #a6a6a6;
    font-size: 13px;
    font-weight: 400;
}

.si-card-pricing__table a {
    color: #0073aa;
    text-decoration: none;
}

.si-card-pricing__table a:hover,
.si-card-pricing__table a:focus {
    color: #005f8d;
    text-decoration: underline;
}

.si-card-pricing__note {
    margin: 22px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.si-old-rates-hidden {
    display: none !important;
}

@media (max-width: 640px) {
    .si-card-pricing {
        margin: 22px 0 28px;
    }

    .si-card-pricing__head {
        margin-bottom: 22px;
    }

    .si-card-pricing__table {
        min-width: 720px;
    }
}
