/* admin-styles.css */
.fake-header {
    display: none;
}
.container {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

/* Overview page layout */
.smalk-overview-container {
    max-width: 70rem;
}
.smalk-overview-hero {
    text-align: center;
    margin-top: 2rem;
}
.smalk-overview-tagline {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0.75rem;
    margin-bottom: 0;
}
.smalk-overview-cards {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}
.smalk-overview-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.08);
    flex: 1 1 320px;
    max-width: 520px;
}
.smalk-overview-card h2 {
    margin-top: 0;
}

/* CTA button (matches "Go to your Smalk Dashboard 👉" style) */
.smalk-cta-btn {
    display: inline-block;
    width: 100%;
    min-height: 75px;
    background: #EADAEF;
    color: black;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 75px;
    text-decoration: none;
    margin-top: 1rem;
    border-radius: 8px;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);
}
.smalk-cta-btn:hover {
    filter: brightness(0.98);
}

/* Full-width area for child plugin UIs (e.g. Smalk AI Ads Pro tables) */
.smalk-extensions-container {
    width: 100%;
    max-width: none;
}
.header-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.header-container img {
    height: 2rem;
}
.header-container h1 {
    padding: 0;
}
.header-container a {
    margin-left: auto;
}
h1 {
    font-weight: bold !important;
}
h2 {
    font-weight: bold;
}
hr {
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
    margin-bottom: 1rem;
}
input[type="text"] {
    width: 100%;
}
input[type="checkbox"]:disabled {
    border-color: revert;
    opacity: revert;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
th, td {
    padding: 1rem;
}
th {
    background-color: rgba(0, 0, 0, 0.05);
}
td p {
    color: rgba(0, 0, 0, 0.5);
}
td p:first-child {
    margin-top: 0;
}
td p:last-child {
    margin-bottom: 0;
}
.table-header-step-number-label {
    margin-bottom: 0.5rem;
}
.table-header-step-text-label {
    font-weight: normal;
}