@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Tangerine:wght@400;700&display=swap");

.ticket-btn a,.am-button--primary{
    background-color: #F4DD6B !important;
    border: 1px solid #a69649 !important;
}
.ticket-btn a:hover,.am-button--primary:hover {
    background-color: #a69649 !important;
    color: #fff !important;
    border: 1px solid #a69649 !important;
}
.ticket-btn a span,.am-button--primary {
    color: #000 !important;
}
.ticket-btn a:hover span,.am-button--primary:hover {
    color: #fff !important;
}
.brush-quote strong,
.brush strong {
    font-family: "Tangerine", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 3em;
    line-height: 100%;
}

.brush h4 {
    font-weight: 600;
}
.brush-quote {
    padding-top: 40px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.payment-plans {
    background-color: #dfdae0;
}
.tick-list .uabb-heading {
    color: #68455A;
    min-height: 50px;
}

.tick-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tick-list li {
    position: relative;
    padding-left: 1.6em;
}

.tick-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #8B8D4A;
    top: 0;
    font-weight: 700;
}

.veil-section {
    display: grid;
    grid-template-columns: minmax(0, 425px) 255px;
    align-items: center;
    width: min(100%, 980px);
    margin-inline: auto;
    padding: 16px;
}

.veil-content {
    position: relative;
    z-index: 1;
    padding: 18px 28px 12px 12px;
    background: #222220;
    color: #dededb;
}

.veil-content h2 {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    font-size: clamp(1.7rem, 4vw, 2rem);
    font-weight: 300;
    line-height: 1.15;
    color: #fff;
}

.veil-meta {
    display: flex;
    gap: 42px;
    margin-top: 4px;
    color: #999994;
}

.veil-body {
    margin-top: 20px;
    line-height: 1.35;
}

.veil-body p {
    margin: 0 0 17px;
}

.veil-body em {
    font-weight: 400;
}

.veil-body a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.veil-body a:hover,
.veil-body a:focus-visible {
    color: #ffffff;
}

.veil-image {
    position: relative;
    z-index: 2;
    width: 555px;
    aspect-ratio: 1;
    margin-left: -30px;
}

.veil-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 700px) {
    .veil-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 16px;
    }

    .veil-content {
        width: 100%;
        padding: 20px;
    }

    .veil-meta {
        flex-wrap: wrap;
        gap: 4px 28px;
    }

    .veil-image {
        width: min(68vw, 260px);
        margin-top: -35px;
        margin-left: 0;
    }

    .veil-body br {
        display: none;
    }
}

@media (max-width: 420px) {
    .veil-content {
        padding: 18px;
    }

    .veil-meta {
        flex-direction: column;
        gap: 2px;
    }
}
