/* Minimal shared admin styles */
.nav-tab.disabled{opacity:.5;cursor:not-allowed}

.debut-badge {
    display:inline-block;
    margin-left: 5px;
    padding: 2px 8px;
    border-radius:999px;
    font-size:11px;
    font-weight:500;
    vertical-align:middle;
    text-transform: uppercase;
}
.debut-badge--pro {
    background:#00d68f;
    color:#fff
}


/* DEBUT banner */
.debut-banner {
    background: linear-gradient(90deg,black 0%, #005f40 100%);
    padding: 30px;
    margin: 8px 0 16px;
    border-radius: 10px;
    color: white;
}
.debut-banner__inner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.debut-banner__logo {
    height: 40px;
    width: auto;
}

.debut-banner__titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.debut-banner__title {
    font-size: 20px;
    font-weight: 500;
}

.debut-banner__subtitle {
    display: block;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    font-weight: 300;
}



/* Simple DEBUT card */
.debut-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
}
.debut-card h2 {
    margin-top: 0;
}