/**
 * Custom Shortcodes – Frontend Styles
 */

/* ── Back Button ─────────────────────────────────────────────────── */
.csc-back-button {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0;
    cursor: pointer;
    text-decoration: none !important;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    display: inline;
}

/* Nonaktifkan hover effect pada back button */
.csc-back-button:hover,
.csc-back-button:focus,
.csc-back-button:active {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* ── User Name & Email ───────────────────────────────────────────── */
.csc-user-name,
.csc-user-email {
    display: inline;
}

/* ── Auth Button (Login / Logout) ────────────────────────────────── */
.csc-auth-button {
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
}

/* Ukuran: Small */
.csc-auth-size-small {
    padding: 0px 0px;
    font-size: 13px;
}

/* Ukuran: Medium */
.csc-auth-size-medium {
    padding: 9px 20px;
    font-size: 15px;
}

/* ── Greeting ────────────────────────────────────────────────────── */
.csc-greeting {
    display: inline;
}

