.ttllse-box,
.ttllse-portal-banner {
    margin: 1rem 0 1.5rem;
    padding: 1rem 1.125rem;
    border: 1px solid rgba(29, 78, 216, 0.14);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.ttllse-box h3,
.ttllse-portal-banner strong {
    display: block;
    margin: 0 0 .4rem;
}

.ttllse-checkout-form__row {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

.ttllse-checkout-form .quantity {
    margin: 0;
}

.ttllse-note {
    margin: .75rem 0 0;
    font-size: .95em;
    opacity: .85;
}

.ttllse-portal-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.ttllse-portal-banner p {
    margin: .35rem 0 0;
}

@media (max-width: 782px) {
    .ttllse-portal-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}
