/*
Theme Name: FLYZEE Internations
Theme URI: https://flyzee.example.com/
Author: Codex
Description: Custom WordPress theme for FLYZEE Internations travel website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: flyzee
*/

.page-content-shell {
  padding: 0 0 5rem;
}

.content-card {
  width: min(calc(100% - 2rem), 1080px);
  margin: 0 auto;
  padding: 2rem;
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(23, 50, 74, 0.08);
  box-shadow: 0 18px 45px rgba(13, 79, 139, 0.12);
}

.entry-content > * + * {
  margin-top: 1rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #08365e;
  line-height: 1.2;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
  color: #6c8196;
}

.entry-content a {
  color: #0d4f8b;
}
