/*
Theme Name: Truyện Full Audio
*/

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.dark ::-webkit-scrollbar-thumb {
    background: #334155;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.dark ::-webkit-scrollbar-thumb:hover {
    background: #475569;
}

.entry-content img {
    height: auto;
}

.entry-content * {
    line-height: 1.75rem;
}

.entry-content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

.entry-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.entry-content h4 {
    font-size: 1.15rem;
    font-weight: 500;
}

#advanced-settings {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#advanced-settings.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

#advanced-settings .grid.grid-cols-3 button {
    transition: all 0.2s ease;
}

#advanced-settings .grid.grid-cols-3 button.active {
    background-color: rgb(14, 165, 233) !important;
    border-color: rgb(14, 165, 233) !important;
    color: white !important;
}

#advanced-settings .flex.gap-2 {
    transition: all 0.2s ease;
    padding: 2px;
}

#advanced-settings .flex.gap-2:has(input:focus) {
    outline: none;
    box-shadow: none;
}