/*
Theme Name: Movie Theme
Theme URI: https://example.com/
Author: Codex
Description: Standalone movie theme package with built-in movie management logic, archive templates, actor and studio pages, and custom admin tools.
Version: 1.2.2
Text Domain: movie-theme
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.movie-basic-shell {
  min-height: 100vh;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
