/* ============================================ */
/* GW AUTH GATEWAY - AUTH COMPONENT STYLES      */
/* ============================================ */

.gwag-copy-btn {
    display: inline-block !important;
    padding: 6px 16px !important;
    border: 1px solid rgba(212, 175, 55, 0.10) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    color: var(--gwag-text-secondary, #b8a87e) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.gwag-copy-btn:hover {
    background: rgba(212, 175, 55, 0.06) !important;
    border-color: rgba(212, 175, 55, 0.20) !important;
    color: var(--gwag-text-primary, #f5e6a3) !important;
}

.gwag-mini-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(212, 175, 55, 0.06) !important;
    border-radius: 16px !important;
    padding: 16px !important;
    margin: 12px 0 !important;
}

.gwag-mini-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 6px 0 !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.04) !important;
}

.gwag-mini-row:last-child {
    border-bottom: none !important;
}

.gwag-mini-row span {
    color: var(--gwag-text-secondary, #b8a87e) !important;
    font-size: 13px !important;
}

.gwag-mini-row strong code {
    font-family: monospace !important;
    font-size: 14px !important;
    color: var(--gwag-gold, #d4af37) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    padding: 2px 10px !important;
    border-radius: 6px !important;
    direction: ltr !important;
}

body.gwag-theme-light .gwag-copy-btn,
body.gw-theme-light .gwag-copy-btn {
    background: #f9fafb !important;
    border-color: #d1d5db !important;
    color: #4b5563 !important;
}

body.gwag-theme-light .gwag-copy-btn:hover,
body.gw-theme-light .gwag-copy-btn:hover {
    background: #f3f4f6 !important;
    border-color: #2563eb !important;
    color: #1d4ed8 !important;
}

body.gwag-theme-light .gwag-mini-card,
body.gw-theme-light .gwag-mini-card {
    background: #f9fafb !important;
    border-color: #e5e7eb !important;
}

body.gwag-theme-light .gwag-mini-row span,
body.gw-theme-light .gwag-mini-row span {
    color: #6b7280 !important;
}

body.gwag-theme-light .gwag-mini-row strong code,
body.gw-theme-light .gwag-mini-row strong code {
    color: #2563eb !important;
    background: #eff6ff !important;
}