/* Custom styles */
.bg-\[\#0f172a\] {
    background-color: #0f172a;
}

.text-\[\#0f172a\] {
    color: #0f172a;
}

.border-\[\#0f172a\] {
    border-color: #0f172a;
}

/* Additional custom styles */
details summary::-webkit-details-marker {
    display: none;
}

details summary {
    list-style: none;
}

details summary::after {
    content: '+';
    float: right;
}

details[open] summary::after {
    content: '-';
}

/* Mobile menu styles */
#mobileMenu {
    transition: all 0.3s ease;
}

/* Center align login/register in mobile menu */
#mobileMenu a {
    text-align: center;
}

/* Hero section adjustments */
.hero-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}