/* Military Transition — Business Client page (Client.cfm) */

.container.services-page {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.services-page {
    font-size: 118%;
    color: #1e293b;
}

/* Hero banner */
.services-hero {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #0f2744;
    background-image: url('/images/business-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 35%;
    overflow: hidden;
}

.services-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 36, 87, 0.35) 0%,
        rgba(15, 39, 68, 0.55) 45%,
        rgba(15, 39, 68, 0.88) 100%
    );
    pointer-events: none;
}

.services-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 24px 48px;
    text-align: center;
}

.services-hero-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #e2e8f0;
    font-size: 1.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.services-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(2.4rem, 5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.services-hero-subtitle {
    margin: 0 auto;
    max-width: 720px;
    font-size: 1.5rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

/* Page shell */
.services-shell {
    background: linear-gradient(180deg, #eef4ff 0%, #f8fafc 38%, #ffffff 100%);
    padding: 0 0 72px;
}

.services-container {
    margin: 0 auto;
    padding: 0;
}

/* Intro section */
.services-intro {
    position: relative;
    margin-top: -36px;
    z-index: 2;
}

.services-intro-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    padding: 36px;
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1239px) {
    .services-intro {
        width: min(1320px, calc(100vw - 40px));
        margin-left: calc((100% - min(1320px, calc(100vw - 40px))) / 2);
        margin-right: calc((100% - min(1320px, calc(100vw - 40px))) / 2);
    }

    .services-intro-card {
        gap: 40px;
        padding: 40px 42px;
    }
}

@media (min-width: 1240px) {
    .services-intro {
        width: min(1680px, calc(100vw - 48px));
        margin-left: calc((100% - min(1680px, calc(100vw - 48px))) / 2);
        margin-right: calc((100% - min(1680px, calc(100vw - 48px))) / 2);
    }

    .services-intro-card {
        gap: 44px;
        padding: 44px 48px;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    }
}

@media (min-width: 1600px) {
    .services-intro {
        width: min(1840px, calc(100vw - 64px));
        margin-left: calc((100% - min(1840px, calc(100vw - 64px))) / 2);
        margin-right: calc((100% - min(1840px, calc(100vw - 64px))) / 2);
    }

    .services-intro-card {
        gap: 52px;
        padding: 48px 56px;
    }
}

.services-intro-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc2626 0%, #f59e0b 50%, #1d4ed8 100%);
    border-radius: 20px 20px 0 0;
}

.services-intro-image-wrap {
    position: relative;
    align-self: start;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(30, 78, 121, 0.18);
}

.services-intro-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media (min-width: 769px) {
    .services-intro-image-wrap {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

.services-intro-content h2 {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #dc2626;
    text-transform: uppercase;
}

.services-intro-content p {
    margin: 0 0 18px;
    font-size: 1.7rem;
    line-height: 1.65;
    color: #475569;
}

.services-intro-content p:last-child {
    margin-bottom: 0;
}

.services-benefit-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.services-benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #334155;
}

.services-benefit-list .fa {
    flex-shrink: 0;
    margin-top: 3px;
    color: #16a34a;
    font-size: 1.8rem;
}

.aboutus-intro-actions {
    margin-top: 18px;
}

.aboutus-intro-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e293b;
    font-size: 1.45rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aboutus-intro-btn:hover,
.aboutus-intro-btn:focus {
    color: #0f172a;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.45);
}

/* Services main section */
.services-main-section {
    position: relative;
    margin-top: 56px;
    padding: 48px 0 32px;
    isolation: isolate;
}

.services-main-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #1e4e79;
    z-index: -1;
}

.services-section-header {
    text-align: center;
    margin-bottom: 28px;
    padding: 0 12px;
}

.services-section-header h2 {
    margin: 0 0 10px;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 700;
    color: #ffffff;
}

.services-section-header h2 a {
    color: inherit;
    text-decoration: none;
}

.services-section-header p {
    margin: 0 auto;
    max-width: 680px;
    font-size: 1.5rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

.services-main-section .row.servicesPageNav {
    margin-left: 0;
    margin-right: 0;
}

/* Left icon nav */
#services-menu {
    padding-bottom: 24px;
}

.services-menu-nav {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.services-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
    font-size: 17px;
    line-height: 1.35;
}

.services-menu-item:last-child {
    border-bottom: none;
}

.services-menu-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 18px;
}

.services-menu-item.selectedclientrow {
    font-weight: 600;
    box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.55);
}

.services-menu-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.services-menu-item:hover .services-menu-icon {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.05);
}

.services-menu-item.selectedclientrow .services-menu-icon {
    background: rgba(255, 255, 255, 0.28);
}

.services-menu-label {
    flex: 1;
    text-align: left;
}

.services-menu-chevron {
    flex-shrink: 0;
    opacity: 0;
    font-size: 11px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.services-menu-item:hover .services-menu-chevron,
.services-menu-item.selectedclientrow .services-menu-chevron {
    opacity: 1;
}

.services-menu-item.selectedclientrow .services-menu-chevron {
    transform: translateX(2px);
}

/* Content panel */
.servicesPageNav .col-sm-6 > .row {
    background: #ffffff !important;
    color: #1e293b !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.14) !important;
    min-height: 480px;
    padding: 16px !important;
    text-align: left;
    margin-bottom: 24px;
    overflow: hidden;
}

.servicesPageNav .col-sm-6 > .row::before {
    content: '';
    display: block;
    height: 4px;
    margin: -16px -16px 16px;
    background: linear-gradient(90deg, #dc2626 0%, #f59e0b 50%, #1d4ed8 100%);
}

/* Service detail panels */
.client-questions-wrap {
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
}

.client-questions-hero {
    background: linear-gradient(135deg, #1e4e79 0%, #2b6cb0 100%);
    color: #fff;
    padding: 32px 28px 28px;
    text-align: center;
    border-radius: 12px 12px 0 0;
}

.client-questions-hero-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.client-questions-hero h1 {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.client-questions-hero p {
    margin: 0 auto;
    max-width: 640px;
    font-size: 1.35rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.client-questions-body {
    padding: 24px 20px 30px;
    background: #f4f7fb;
    border-radius: 0 0 12px 12px;
}

.client-questions-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
    padding: 28px 26px;
    margin-bottom: 18px;
    transition: box-shadow 0.2s ease;
}

.client-questions-card:hover {
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.1);
}

.client-questions-card:last-child {
    margin-bottom: 0;
}

.client-questions-card h2 {
    margin: 0 0 18px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #1e4e79;
}

.client-questions-card p {
    margin: 0 0 14px;
    font-size: 1.42rem;
    line-height: 1.65;
    color: #475569;
}

.client-questions-card p:last-child {
    margin-bottom: 0;
}

.client-questions-info-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.client-questions-info-item:last-child {
    margin-bottom: 0;
}

.client-questions-info-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
    border: 1px solid #dbeafe;
    color: #1e4e79;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.client-questions-info-copy {
    flex: 1;
    text-align: left;
}

.client-questions-info-copy strong {
    display: block;
    margin-bottom: 4px;
    color: #1e293b;
    font-size: 1.35rem;
}

.client-questions-info-copy span {
    display: block;
    color: #64748b;
    font-size: 1.28rem;
    line-height: 1.5;
}

.client-questions-platform-badge {
    text-align: center;
    padding: 18px 20px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fef2f2 0%, #fff7ed 100%);
    border: 1px solid #fecaca;
}

.client-questions-platform-badge strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #991b1b;
}

.aboutus-tagline {
    margin-top: 18px !important;
    padding: 16px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
    border: 1px solid #dbeafe;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.55;
    color: #1e4e79;
}

.client-questions-platform-badge span {
    display: block;
    font-size: 1.45rem;
    font-weight: 700;
    color: #1e4e79;
    line-height: 1.35;
}

.client-questions-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 220px;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e293b;
    font-size: 1.45rem;
    font-weight: 700;
    cursor: pointer;
    /*box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);*/
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.client-questions-submit {
    text-decoration: none !important;
    color: #1e293b !important;
}

.client-questions-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.45);
    color: #0f172a !important;
}

.client-questions-cta-wrap {
    text-align: center;
    margin-top: 6px;
}

.client-questions-video-wrap {
    text-align: center;
}

.client-questions-video-wrap video {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(30, 78, 121, 0.15);
}

/* Responsive */
@media (max-width: 767px) {
    #services.servicesPageNav {
        display: flex;
        flex-direction: column;
    }

    #services.servicesPageNav > .col-sm-1 {
        display: none;
    }

    #services.servicesPageNav > .col-sm-6 {
        order: 1;
        width: 100%;
    }

    #services.servicesPageNav > #services-menu {
        order: 2;
        width: 100%;
    }

    .services-hero {
        min-height: 320px;
        background-position: center 30%;
    }

    .services-hero-inner {
        padding: 56px 20px 36px;
    }

    .services-intro {
        margin-top: -24px;
    }

    .services-intro-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
        gap: 24px;
    }

    .services-main-section {
        margin-top: 40px;
        padding-top: 36px;
    }

    .servicesPageNav .col-sm-6 > .row {
        padding: 12px !important;
        border-radius: 12px !important;
    }

    .servicesPageNav .col-sm-6 > .row::before {
        margin: -12px -12px 12px;
    }

    .client-questions-hero {
        padding: 24px 16px 20px;
    }

    .client-questions-hero h1 {
        font-size: 22px;
    }

    .client-questions-body {
        padding: 18px 12px 24px;
    }

    .client-questions-card {
        padding: 18px 16px;
    }

    .client-questions-submit {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .services-hero {
        min-height: 280px;
    }

    .services-hero h1 {
        font-size: 2rem;
    }
}

/* Volume pricing tiers (employers, recruiters) */
.recruiter-volume-title {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #0f2a63;
    text-align: center;
}

.recruiter-volume-subtitle {
    margin: 8px 0 20px;
    font-size: 15px;
    color: #64748b;
    text-align: center;
}

.recruiter-volume-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.recruiter-volume-tier {
    border: 1px solid #d7dee8;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    min-width: 0;
}

.recruiter-volume-tier-header {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.recruiter-volume-tier-header-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.recruiter-volume-tier.is-green .recruiter-volume-tier-header { background: #2d8f49; }
.recruiter-volume-tier.is-blue .recruiter-volume-tier-header { background: #1d4ed8; }
.recruiter-volume-tier.is-purple .recruiter-volume-tier-header { background: #6d28d9; }

.recruiter-volume-tier-row {
    display: flex;
    align-items: stretch;
    gap: 6px;
    padding: 0 8px;
    border-top: 1px solid #e5e7eb;
    text-align: left;
}

.recruiter-volume-tier-row-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    align-self: center;
    margin: 10px 0;
}

.recruiter-volume-tier.is-green .recruiter-volume-tier-row-icon {
    background: #e8f6ee;
    color: #2d8f49;
}

.recruiter-volume-tier.is-blue .recruiter-volume-tier-row-icon {
    background: #e8f0ff;
    color: #1d4ed8;
}

.recruiter-volume-tier.is-purple .recruiter-volume-tier-row-icon {
    background: #f1e9ff;
    color: #6d28d9;
}

.recruiter-volume-tier.is-green .recruiter-volume-tier-row-icon.is-feature {
    background: #2d8f49;
    color: #fff;
}

.recruiter-volume-tier.is-blue .recruiter-volume-tier-row-icon.is-feature {
    background: #1d4ed8;
    color: #fff;
}

.recruiter-volume-tier.is-purple .recruiter-volume-tier-row-icon.is-feature {
    background: #6d28d9;
    color: #fff;
}

.recruiter-volume-tier-label {
    flex: 1 1 0;
    min-width: 0;
    font-size: 13px;
    color: #1e293b;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    align-self: center;
    padding: 10px 6px 10px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.recruiter-volume-tier-label span {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.3;
}

.recruiter-volume-tier-price {
    flex: 0 0 7.25rem;
    width: 7.25rem;
    min-width: 7.25rem;
    max-width: 7.25rem;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 4px 10px 8px;
    border-left: 2px dotted #cbd5e1;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.recruiter-volume-tier.is-green .recruiter-volume-tier-price { color: #2d8f49; }
.recruiter-volume-tier.is-blue .recruiter-volume-tier-price { color: #1d4ed8; }
.recruiter-volume-tier.is-purple .recruiter-volume-tier-price { color: #6d28d9; }

.recruiter-volume-tier-price small {
    display: block;
    margin-top: 3px;
    font-size: 9px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.recruiter-volume-flow {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    padding: 14px;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 14px;
}

.recruiter-volume-steps {
    display: grid;
    grid-template-columns: auto repeat(3, minmax(0, 1fr));
    align-items: baseline;
    gap: 10px;
}

.recruiter-volume-how {
    width: 124px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.recruiter-volume-how-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #123f90;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    flex-shrink: 0;
}

.recruiter-volume-how-text {
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    line-height: 0.9;
    color: #0f2a63;
}

.recruiter-volume-step-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.recruiter-volume-step-arrow {
    color: #94a3b8;
    font-size: 22px;
    line-height: 1;
}

.recruiter-volume-step {
    text-align: center;
}

.recruiter-volume-step-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #dbeafe;
    color: #1d4ed8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-size: 21px;
}

.recruiter-volume-step h4 {
    margin: 0 0 4px;
    font-size: 15px;
    color: #1e293b;
    font-weight: 700;
}

.recruiter-volume-step p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.35;
}

.recruiter-volume-benefits {
    border-left: 1px solid #dbe3ef;
    padding-left: 14px;
}

.recruiter-volume-benefits h4 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #0f2a63;
    display: flex;
    align-items: center;
    gap: 8px;
}

.recruiter-volume-benefits h4 i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #123f90;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.recruiter-volume-benefits ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recruiter-volume-benefits li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #334155;
    position: relative;
    padding-left: 22px;
}

.recruiter-volume-benefits li::before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #2563eb;
    position: absolute;
    left: 0;
    top: 0;
}

.recruiter-volume-footer {
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #475569;
    font-weight: 600;
}

@media (max-width: 767px) {
    .recruiter-volume-grid {
        grid-template-columns: 1fr;
    }

    .recruiter-volume-flow {
        grid-template-columns: 1fr;
    }

    .recruiter-volume-steps {
        grid-template-columns: 1fr;
    }

    .recruiter-volume-how {
        width: 100%;
        justify-content: center;
    }

    .recruiter-volume-step-wrap {
        flex-direction: column;
    }

    .recruiter-volume-step-arrow {
        transform: rotate(90deg);
    }

    .recruiter-volume-benefits {
        border-left: 0;
        border-top: 1px solid #dbe3ef;
        padding-left: 0;
        padding-top: 12px;
    }

    .recruiter-volume-tier-row {
        gap: 6px;
        padding: 0 6px;
    }

    .recruiter-volume-tier-row-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        font-size: 14px;
        margin: 8px 0;
    }

    .recruiter-volume-tier-label {
        padding: 8px 4px 8px 0;
        font-size: 12px;
    }

    .recruiter-volume-tier-label span {
        font-size: 10px;
    }

    .recruiter-volume-tier-price {
        flex: 0 0 6.5rem;
        width: 6.5rem;
        min-width: 6.5rem;
        max-width: 6.5rem;
        font-size: 18px;
        padding: 8px 2px 8px 6px;
    }

    .recruiter-volume-tier-price small {
        font-size: 8px;
    }
}
