/* Shared admin styles — applies to all Foureyed Shortcode Control admin pages */

.scc-admin-page {
    width: 95%;
    box-sizing: border-box;
}

.scc-page-header {
    margin-bottom: 12px;
}

.scc-admin-page .nav-tab {
    margin-left: 0;
}

.scc-page-header p {
    margin-top: 6px;
}

.scc-helper-card {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left: 4px solid #2271b1;
    border-radius: 6px;
    padding: 12px 14px 44px;
    margin-bottom: 12px;
    position: relative;
}

.scc-helper-card h2 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.4;
}

.scc-helper-card p {
    margin: 0;
    color: #50575e;
}

.scc-helper-card {
    position: relative;
}

.scc-helper-card__dismiss {
    position: absolute;
    bottom: 10px;
    left: 14px;
    background: none;
    border: 1px solid #c3c4c7;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    color: #646970;
    line-height: 1;
    padding: 5px 12px;
}

.scc-helper-card__dismiss:hover {
    border-color: #2271b1;
    color: #2271b1;
}

/* ── Stats bar — compact inline stat pills (Manager + Start Here) ———————— */

.scc-manager-stats-bar {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
    flex-wrap: wrap;
}

.scc-manager-stat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid transparent;
    text-decoration: none;
    color: inherit;
}

.scc-manager-stat--enabled {
    background: #edfaef;
    border-color: #b3e6bb;
    color: #2f5f2f;
}

.scc-manager-stat--disabled {
    background: #fef6f6;
    border-color: #e8b4b4;
    color: #7a2f2f;
}

.scc-manager-stat--hidden {
    background: #f6f7f7;
    border-color: #dcdcde;
    color: #50575e;
}

.scc-manager-stat--orphaned {
    background: #f0f6fb;
    border-color: #b8d4e8;
    color: #31708f;
}

.scc-manager-stat--orphaned.scc-manager-stat--alert {
    background: #fff8e1;
    border-color: #f0c040;
    color: #7a5200;
}
