/* Range Input Customization */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #2563eb;
    margin-top: -4px;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
}

/* AdSense Placeholder Pattern */
.ad-pattern {
    background-color: #f8fafc;
    background-image: repeating-linear-gradient(45deg, #f1f5f9 25%, transparent 25%, transparent 75%, #f1f5f9 75%, #f1f5f9), repeating-linear-gradient(45deg, #f1f5f9 25%, #f8fafc 25%, #f8fafc 75%, #f1f5f9 75%, #f1f5f9);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
}

/* Animation für FAQ */
details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}