/* Altera tamanho do logo no mobile */
@media (max-width: 1024px) {
    header img[alt="logo"] {
        max-width: 6rem;
    }
}

/* Alteração na caixa de input da tela de login */
 .bg-\[--bg-color\],.bg-\[var\(--bg-color\)\] {
    background-color: #fdffff70;
}


 /* Alteração no gradiente da imagem */
.bg-login-gradient {
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), var(--bg-image);
}


/* Texto do esqueci minha senha */
.text-gray-600 {
    color: #343a40;
}


/* Texto (Olá Curseduca) no menu horizontal */
@media (min-width: 768px) {
    .md\:inline-block {
        display: inline-block;
        color: white;
    }
}

.horizontal-menu {
    height: unset;
    
    & button:has(img) img {
        padding-block: unset;
    }
}

body[data-tenant="9bf8a457-2c76-4e1f-b042-e3f20a8ea92c"] {
    & .banner-section {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    & .modules-section {
        margin-top: 0 !important;
    }
}

.notification {
    display: none;
}

.modules-section,
.banner-section {
    margin-top: 0;
}

body[data-tenant="c41c9fbc-7973-4217-acb0-f0063cfb52f5"],
body[data-tenant="6d68077e-8c71-4c28-80e4-1ef9b845d106"],
body[data-tenant="821f40a4-efe9-47bd-8844-9fe43238bc0f"] {
    /* Cards da home — fundo escuro igual ao "Meu progresso" */
    .member-home [class*="dark:bg-dark-600"] {
        background-color: #1a1a1a !important;
    }

    /* Inputs de login — mantém cinza claro */
    .dark-600,
    [class*="dark:bg-dark-600"],
    input[name="email"], 
    input[name="password"],
    .flex.overflow-hidden.items-center {
        background-color: #595959 !important; 
    }

    /* Cards da home — fundo escuro */
    .member-home [class*="dark:bg-dark-600"],
    .member-home .next-event {
    background-color: #1a1a1a !important;
    }

    input[name="email"], 
    input[name="password"] {
        color: #ffffff !important; 
        text-shadow: 0 0 1px rgba(255,255,255,0.3); 
    }

    input::placeholder {
        color: #cccccc !important;
    }
}

.rounded-lg.inline-block.text-gray-600 .prose p {
  color: #ffffff !important;
}

.rounded-lg.text-gray-600 .leading-relaxed.prose *,
.rounded-lg.text-gray-600 .leading-relaxed.prose h1,
.rounded-lg.text-gray-600 .leading-relaxed.prose li,
.rounded-lg.text-gray-600 .leading-relaxed.prose strong,
.rounded-lg.text-gray-600 .leading-relaxed.prose p {
  color: #ffffff !important;
}

/* Esconde desafio da home do membro */
.challenges {
    display: none;
}

/* Remove margem das seções de produto da vitrine */
.keep-watching-section .px-12,
.content-section .px-12 {
    padding: 1rem !important;
}
