.jb-suite-resume-upload-alert {
    position: relative;
    margin: 14px 0 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f8fafc;
    padding: 14px 42px 14px 14px;
}

.jb-suite-resume-upload-alert-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.jb-suite-resume-upload-alert-info {
    width: 18px;
    height: 18px;
    border: 1px solid #60a5fa;
    border-radius: 999px;
    color: #2563eb;
    font-size: 12px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex: 0 0 18px;
}

.jb-suite-resume-upload-alert-text {
    margin: 0 0 2px;
    color: #111827;
    font-size: 14px;
    line-height: 1.45;
}

.jb-suite-resume-upload-alert-link {
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.jb-suite-resume-upload-alert-link:hover {
    color: #111827;
    text-decoration: underline;
}

.jb-suite-resume-upload-alert-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #111827;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.jb-suite-resume-upload-alert-close:hover {
    background: rgba(15, 23, 42, 0.08);
}

.wp-block-shortcode:has(> .jb-suite-resume-banner-hidden),
p:has(> .jb-suite-resume-banner-hidden) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 900px) {
    .jb-suite-resume-upload-alert-title {
        font-size: 16px;
    }

    .jb-suite-resume-upload-alert-text {
        font-size: 14px;
    }

    .jb-suite-resume-upload-alert-link {
        font-size: 14px;
    }
}
