.Apply_container__ah6h_ {
    width: min(var(--max-width), 100% - 2.5rem);
    display: grid;
    gap: clamp(2rem, 6vw, 3rem);
    align-items: start;
}
@media (min-width: 980px) {
    .Apply_container__ah6h_ {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    }
}

.Apply_content__7dsLq {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.Apply_badge {
    align-self: flex-start;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.Apply_content__7dsLq p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 1.05rem;
    max-width: 52ch;
}

.Apply_highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}
.Apply_highlights li {
    padding: 1rem 1.25rem;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 12, 18, 0.78);
    color: var(--color-text-subtle);
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    box-shadow: 0 14px 28px rgba(5, 6, 12, 0.35);
}
.Apply_highlights li::before {
    content: "◆";
    position: absolute;
    left: 0.85rem;
    top: 1rem;
    font-size: 0.65rem;
    color: var(--color-primary-soft);
}
.Apply_highlights a {
    color: var(--color-primary-soft);
}
.Apply_highlights li {
    padding-left: 2.4rem;
}

.Apply_form__container {
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(150deg, rgba(12, 14, 22, 0.84), rgba(18, 20, 30, 0.72));
    box-shadow: var(--shadow-md);
    overflow: hidden;
}
.Apply_form__container iframe {
    display: block;
    border: none;
    width: 100%;
    min-height: 820px;
    background-color: transparent;
}

@media (max-width: 720px) {
    .Apply_container__ah6h_ {
        width: min(var(--max-width), 100% - 2rem);
    }
    .Apply_badge {
        align-self: center;
    }
    .Apply_content__7dsLq {
        text-align: center;
        align-items: center;
    }
    .Apply_highlights li {
        text-align: left;
    }
}
