/*
Theme Name: Free Download Video & Audio
Theme URI: https://example.com/
Author: OpenAI Conversion
Description: WordPress conversion of the original Free Download React/Vite application, preserving its interface and interactions.
Version: 1.0.0
Text Domain: free-download
*/

html, body { margin: 0; padding: 0; min-height: 100%; }
body { overflow-x: hidden; }
#root { min-height: 100vh; }
.admin-bar #root { min-height: calc(100vh - 32px); }
@media screen and (max-width: 782px) {
  .admin-bar #root { min-height: calc(100vh - 46px); }
}
