/* Botões de navegação em código (SVG) — estilo 755bet */
body.use-code-nav-buttons .fixed.btn.z-40 img.icon {
    display: none !important;
}

body.use-code-nav-buttons .code-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-bottom: 2px;
}

body.use-code-nav-buttons .code-nav-icon svg {
    width: 24px;
    height: 24px;
    stroke: #6b9e7a;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s ease;
}

body.use-code-nav-buttons .fixed.btn.z-40 button.code-nav-active .code-nav-icon svg {
    stroke: #ffd700;
    fill: none;
}

body.use-code-nav-buttons .fixed.btn.z-40 button.code-nav-active .text {
    color: #ffd700 !important;
    opacity: 1 !important;
}

body.use-code-nav-buttons .fixed.btn.z-40 .text {
    font-size: 11px;
    font-weight: 500;
}

/* Login / Registro — header */
body.use-code-nav-buttons .btn-login {
    background: #ffd700 !important;
    color: #0d3b24 !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 6px 18px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    min-height: 32px !important;
}

body.use-code-nav-buttons .btn-register {
    background: transparent !important;
    color: #ffd700 !important;
    border: 1.5px solid #ffd700 !important;
    border-radius: 9999px !important;
    padding: 6px 16px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    min-height: 32px !important;
    position: relative !important;
}
