#griffinforms-current-folder-name {
    cursor: pointer;
}

.griffinforms-selectitem-folderlist-wrap {
    scroll-behavior: smooth;
}
.gf-upsell-surface {
    position: relative;
}

.gf-upsell-surface__fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.gf-upsell-surface-is-locked .gf-upsell-surface__fieldset {
    filter: blur(1.2px);
    opacity: 0.42;
}

.gf-upsell-surface__overlay {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.76) 0%, rgba(248,250,252,0.94) 100%);
}

.gf-upsell-shell {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.gf-upsell-shell-overlay {
    width: min(100%, 640px);
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    padding: 22px 24px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.gf-upsell-shell__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    flex: 0 0 auto;
}

.gf-upsell-shell__badge {
    display: inline-flex;
    margin-bottom: 8px;
    border-radius: 999px;
    padding: 4px 10px;
    background: #ecfdf5;
    color: #166534;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.gf-upsell-shell__title {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
    color: #0f172a;
}

.gf-upsell-shell__description {
    margin: 0 0 14px;
    color: #475569;
    max-width: 56ch;
}

.gf-upsell-shell__status {
    margin: 0 0 14px;
    max-width: 60ch;
}

.gf-upsell-shell__status-text {
    margin: 0;
}
