/* ============================================================
   The Travel Lion - CruiseBase Custom Skin (Skin 928)
   Author: Wilfred / The Travel Lion
   Hosted for TravTech CSS integration
   ============================================================ */

/* ====== BRAND COLORS ======
   Gold: #D4AF37
   Navy Blue: #0A2A5E
   Sky Blue Accent: #0AA2FF
   Background: #FAF8F0
   =========================== */

/* Base layout and background */
body, html {
  background-color: #FAF8F0 !important;
  color: #0A2A5E !important;
  font-family: "Lato", "Verdana", sans-serif !important;
  margin: 0;
  padding: 0;
}

/* Headings */
h1, h2, h3, h4 {
  color: #D4AF37 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(10,162,255,0.25);
}

/* Buttons */
input[type="submit"],
button,
a.btn,
a.button {
  background: linear-gradient(135deg, #D4AF37, #0AA2FF) !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 8px 18px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
}

input[type="submit"]:hover,
button:hover,
a.btn:hover,
a.button:hover {
  filter: brightness(1.1);
}

/* Inputs & dropdowns */
input, select, textarea {
  border: 1px solid #D4AF37 !important;
  background-color: #ffffff !important;
  color: #0A2A5E !important;
  border-radius: 4px !important;
}

/* Section containers */
.container, .search-box, .content {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Links */
a {
  color: #0AA2FF !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

/* Footer or bottom area */
footer {
  background-color: #0A2A5E !important;
  color: #FAF8F0 !important;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
}

/* Logo image alignment */
img.logo, .logo img {
  display: block;
  margin: 8px auto 12px auto;
  max-width: 200px;
  height: auto;
}

/* Table headers and highlights */
th {
  background-color: #0A2A5E !important;
  color: #FAF8F0 !important;
  padding: 6px;
}

tr:nth-child(even) {
  background-color: #F3F1E9 !important;
}
