/* 刘伯影视 - UI Style 11 - Layout E */

body.ui-style-11 {
  font-size: 16px;
}

main {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

main > section > div > div:hover,
main > div > div:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

nav a:hover {
  color: #0066cc;
}

@media (max-width: 767px) {
  body { font-size: 14px; }
  h1 { font-size: 24px !important; }
  h2 { font-size: 20px !important; }
  main { padding: 10px !important; }
  nav a { font-size: 12px !important; padding: 10px 3px !important; }
}

footer a { color: #fff; text-decoration: underline; }
