.veld-101-selector {
    margin: 1.25rem 0;
    padding: 1.1rem;
    border: 1px solid #d8d2c5;
    border-radius: 4px;
    background: #f6f3ec;
}
.veld-101-selector label {
    display: block;
    margin-bottom: .5rem;
    color: #183b2a;
    font-weight: 700;
}
.veld-101-selector select {
    width: 100%;
    max-width: 22rem;
    min-height: 2.75rem;
}
.veld-101-selector p {
    margin: .5rem 0 0;
    color: #5d5a52;
    font-size: .875rem;
}
.veld-101-disclosure {
    margin-top: 1.1rem;
    padding: .9rem 0 0 .95rem;
    border-top: 1px solid #d8d2c5;
    border-left: 3px solid #a98542;
}
.veld-101-disclosure p {
    max-width: 42rem;
}
.veld-101-disclosure__title {
    display: flex;
    align-items: flex-start;
    gap: .2rem;
    color: #183b2a !important;
    font-size: .95rem !important;
}
.veld-101-disclosure__action {
    margin-top: .7rem !important;
}
.veld-101-disclosure__link {
    appearance: none;
    display: inline;
    padding: 0;
    color: #183b2a;
    background: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    font: inherit;
    font-size: .83rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}
.veld-101-disclosure__link:hover,
.veld-101-disclosure__link:focus-visible {
    color: #7b5c26;
}
.veld-101-access {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #d8d2c5;
}
.veld-101-access__controls {
    display: flex;
    align-items: stretch;
    gap: .6rem;
}
.veld-101-access__controls input {
    width: min(100%, 22rem);
    min-height: 2.75rem;
    text-transform: uppercase;
}
.veld-101-access__controls .button {
    min-height: 2.75rem;
    white-space: nowrap;
}
.veld-101-access__result.is-success {
    color: #1b6038;
    font-weight: 700;
}
.veld-101-access__result.is-error {
    color: #9b1c1c;
    font-weight: 700;
}
.veld-101-terms,
.veld-101-checkout-notice {
    margin: 1rem 0;
    padding: 1rem 1.15rem;
    color: #34362f;
    background: #fffaf0;
    border: 1px solid #d8d2c5;
    border-left: 4px solid #a98542;
}
.veld-101-terms ul {
    margin: .65rem 0 0 1.1rem;
}
.veld-101-terms li {
    margin-bottom: .35rem;
}
.veld-101-order-popup .veld-101-terms,
.woocommerce-Tabs-panel--veld_101_order_information .veld-101-terms {
    margin-top: 0;
}
.veld-101-policy-link {
    margin-top: 1.25rem;
    font-weight: 700;
}
.veld-101-checkout-notice .veld-101-terms {
    margin: 0;
    padding: 0;
    border: 0;
}
.veld-101-collector-note {
    margin: .85rem 0;
    padding: .85rem 1rem;
    color: #183b2a;
    background: #f6f3ec;
    border: 1px solid #d8d2c5;
}
.veld-101-progress-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    color: #183b2a;
}
.veld-101-campaign {
    --veld-green: #183b2a;
    --veld-gold: #a98542;
    --veld-cream: #f6f3ec;
}
.veld-101-progress {
    height: 18px;
    margin: .55rem 0 1rem;
    overflow: hidden;
    border-radius: 999px;
    background: #e2ddd2;
}
.veld-101-progress > div {
    height: 100%;
    background: linear-gradient(90deg, #a98542, #d2ae67);
    box-shadow: 0 0 16px rgba(169, 133, 66, .32);
}
.veld-101-number-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: .45rem;
    margin: 1.25rem 0;
}
.veld-101-number {
    padding: .55rem .35rem;
    border: 1px solid #cfc8b8;
    border-radius: 3px;
    text-align: center;
    font-size: .82rem;
    font-weight: 700;
}
.veld-101-available {
    background: #edf5ef;
    color: #1b6038;
}
.veld-101-reserved {
    background: #fff3d6;
    color: #7b5700;
}
.veld-101-sold {
    background: var(--veld-green);
    color: #fff;
}
.veld-101-unavailable {
    background: #eee;
    color: #777;
    text-decoration: line-through;
}
.veld-101-supporter-register {
    overflow-x: auto;
    margin: 1.5rem 0;
}
.veld-101-supporter-register table {
    width: 100%;
    border-collapse: collapse;
}
.veld-101-supporter-register th,
.veld-101-supporter-register td {
    padding: .75rem;
    border-bottom: 1px solid #ddd5c7;
    text-align: left;
}
.veld-101-waitlist {
    max-width: 34rem;
    margin-top: 1.5rem;
    padding: 1.25rem;
    background: var(--veld-cream);
}
.veld-101-waitlist input {
    box-sizing: border-box;
    width: 100%;
}
@media (max-width: 620px) {
    .veld-101-access__controls {
        display: grid;
    }
    .veld-101-access__controls input,
    .veld-101-access__controls .button {
        width: 100%;
        max-width: none;
    }
    .veld-101-progress-heading {
        display: grid;
        gap: .15rem;
    }
}
