/* Y2Downloots Styles */
body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@keyframes wave {
    0%, 100% { transform: scaleY(0.4); opacity: 0.6; }
    50% { transform: scaleY(1.2); opacity: 1; }
}

/* --- Dynamic Buttons (.dlbtns) --- */
.dlbtns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* Changed margin to 0 and width to 100% for Grid Layout */
    margin: 0;
    width: 100%;
    padding: 12px 10px;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    border-radius: 8px; /* Slightly rounder */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}
.dlbtns:hover { transform: translateY(-2px); filter: brightness(1.1); shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.dlbtns:active { transform: translateY(0); }

/* --- FAQ Fixes --- */
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }

/* --- Media Handling --- */
#thumb { 
    width: 100%; height: 100%; 
    display: flex; align-items: center; justify-content: center; 
    background: #000; 
}
#thumb img { 
    width: 100%; height: 100%; 
    object-fit: contain; border-radius: 0.75rem; 
}

/* --- Google Translate Invisible Overlay Mode --- */
