.content .price-conditions {
    margin: 4px 0 2rem;
    position: relative;
    padding: 0 0 0 30px;
    border: 0;
    color: #70777c;
    font-size: 14px;
    line-height: 1.55;
}

.content .price-conditions p {
    margin: 0 0 10px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: 400;
}
.content .price-conditions p:last-child { margin-bottom: 0; }
@media (max-width: 600px) {
    .content .price-conditions {
        padding-left: 24px;
        margin-top: 4px;
    }
}
.content .price-table--main th {
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 5px;
    text-align: left;
}
.content .price-table--main {
    display: table;
    width: 100%;
    table-layout: auto;
}
.content .price-table--main tbody { display: table-row-group; }
.content .price-table--main thead { display: table-header-group; }
.content .price-table--main tr:not(.price-section) td:last-child {
    white-space: nowrap;
    width: 1%;
    padding-left: 12px;
}
.content .price-table--main th:last-child,
.content .price-table--main tr:not(.price-section) td:last-child {
    text-align: right;
}
.content .price-table--main .price-section h3 {
    font-weight: 400;
    font-size: 20px;
    margin: 24px 0;
}
@media (max-width: 600px) {
    .content .price-table--main th,
    .content .price-table--main .price-section h3 { font-size: 16px; }
}
.content .price-conditions summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding-block: 10px; cursor: pointer; list-style: none; color: #52616a; font-weight: 500; }
.content .price-conditions summary::-webkit-details-marker { display: none; }
.content .price-conditions summary::after { content: ''; flex: 0 0 7px; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-right: 4px; }
.content .price-conditions[open] summary::after { transform: rotate(225deg); }
.content .price-conditions summary:focus-visible { outline: 2px solid #00416b; outline-offset: 3px; }
.content .price-conditions__body { padding-top: 4px; }
/* Keep the information icon aligned with the disclosure label at any line count. */
.content .price-conditions summary { position: relative; }
.content .price-conditions summary::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: .75;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2352616a' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v6M12 7v1'/%3E%3C/svg%3E");
}
@media (max-width: 600px) {
    .content .price-conditions summary::before { left: -24px; width: 16px; height: 16px; }
}

.content table:has(+ .price-conditions) { margin-bottom: 0; }
.content .price-section:has(.price-operation-links) h3 { margin-bottom: 12px; }
.price-operation-links { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0 14px 12px; text-align: left; }
.content .price-operation-links a { color: #00416b; font-size: 14px; line-height: 1.6; font-weight: 400; border: 0; text-decoration: underline; text-underline-offset: 3px; }
.content .price-operation-links a:hover { color: #056d8e; }
.price-operation-links a:focus-visible { outline: 2px solid #00416b; outline-offset: 3px; }
@media (max-width: 768px) { .price-operation-links { flex-direction: column; gap: 0; } .content .price-operation-links a { padding-block: 10px; } }

.price-operation-details { margin-bottom: 16px; background: #f3f5f6; border-radius: 3px; text-align: left; }
.content .price-operation-details summary { box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding: 10px 14px; color: #40515a; font-size: 14px; font-weight: 500; line-height: 1.5; cursor: pointer; list-style: none; }
.price-operation-details summary::-webkit-details-marker { display: none; }
.price-operation-details summary::after { content: ''; flex: 0 0 7px; width: 7px; height: 7px; margin-right: 3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.price-operation-details[open] summary::after { transform: rotate(225deg); }
.price-operation-details summary:hover { color: #00416b; }
.price-operation-details summary:focus-visible { outline: 2px solid #00416b; outline-offset: 2px; }
.content .price-table--main th:last-child { white-space: nowrap; }
.price-operation-question { flex: 0 0 18px; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.price-operation-details summary > span { flex: 1; }
