.checklist-icon-text {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0.15rem;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='31' viewBox='0 0 32 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 14.1834V15.4714C29.9983 18.4904 29.0207 21.4279 27.2131 23.8459C25.4054 26.2639 22.8646 28.0329 19.9695 28.8888C17.0744 29.7448 13.9802 29.642 11.1483 28.5958C8.31635 27.5496 5.89852 25.6159 4.25534 23.0833C2.61217 20.5506 1.83171 17.5547 2.03035 14.5422C2.22899 11.5298 3.39609 8.66225 5.35759 6.36729C7.31909 4.07234 9.9699 2.47293 12.9147 1.8076C15.8594 1.14227 18.9404 1.44666 21.698 2.67539' stroke='%23F5B31A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.9969 4.27148L15.9969 18.2855L11.7969 14.0855' stroke='%23F5B31A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
}

.checklist-item-text {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.checklist-text-image {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section--text-image-v3 .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
    background-color: #fff;
    box-sizing: border-box;
}

/* Pricing card */
.section--text-image-v3 .card {
    display: flex;
    width: 100%;
    max-width: 280px;
    flex-direction: column;
}

@media (max-width: 640px) {
    .section--text-image-v3 .card {
        width: auto;
        max-width: none;
    }
}

.section--text-image-v3 .card__body {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 1rem 1.5rem;
}

.section--text-image-v3 .pricing-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    flex-wrap: nowrap;
}

.section--text-image-v3 .price-block {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section--text-image-v3 .amount-symbol {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
}

.section--text-image-v3 .amount {
    font-size: 80px; 
    font-weight: 400;
    letter-spacing: -4px;
    line-height: normal;
}

.section--text-image-v3 .symbol {
    font-size: 28px; /* was 36px */
    color: #0589a3;
    margin-top: 0;
    font-weight: 600;
    line-height: normal;
}

.section--text-image-v3 .subtext {
    font-family: Inter, sans-serif;
    font-size: 1.125rem;
    color: #007491;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.section--text-image-v3 .plus {
    font-size: 28px;
    margin: 0 0.1rem;
    font-weight: 600;
    line-height: normal;
}

.section--text-image-v3 .small-pricing {
    font-size: 0.75rem; /* slightly smaller */
    font-weight: 500;
    color: #333;
    display: block;
    margin-top: 0.75rem;
}

.section--text-image-v3 .bg-ticket-buyer {
    background-color: #0589a3;
}

.section--text-image-v3 .hero-blue {
    color: #01517f;
}
