.jb-suite-resume-banner {
    position: relative;
    overflow: hidden;
    border: 1px solid #e3e7f1;
    border-radius: 8px;
    background: #f5f7fd;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.jb-suite-resume-banner::before,
.jb-suite-resume-banner::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(60, 95, 186, 0.06);
    pointer-events: none;
}

.jb-suite-resume-banner::before {
    width: 420px;
    height: 420px;
    right: -260px;
    bottom: -280px;
}

.jb-suite-resume-banner::after {
    width: 320px;
    height: 320px;
    right: -180px;
    bottom: -230px;
}

.jb-suite-resume-banner-content {
    position: relative;
    z-index: 1;
}

.jb-suite-resume-banner-title {
    margin: 0;
    color: #2f59c6;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.jb-suite-resume-banner-subtitle {
    margin: 6px 0 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.4;
}

.jb-suite-resume-banner-cta {
    position: relative;
    z-index: 1;
    min-height: 56px;
    padding: 0 32px;
    border: 1px solid #3a67d8;
    border-radius: 999px;
    color: #3a67d8;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.jb-suite-resume-banner-cta:hover {
    background: #f8fbff;
    color: #2f59c6;
    text-decoration: none;
}

.jb-suite-resume-banner-hidden {
    display: none !important;
}

@media (max-width: 900px) {
    .jb-suite-resume-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }

    .jb-suite-resume-banner-title {
        font-size: 17px;
    }

    .jb-suite-resume-banner-subtitle {
        font-size: 14px;
    }

    .jb-suite-resume-banner-cta {
        min-height: 46px;
        padding: 0 18px;
        font-size: 16px;
        align-self: flex-start;
    }
}
