/*
Theme Name: dearlotteryresultchart.net Child Theme
Description: GeneratePress Child Theme for dearlotteryresultchart.net
Author: Auto Generated
Template: generatepress
Version: 1.0.0
*/
.menu li{display: inline-block;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #f5f8fa;
  color: #222;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
header, .page > header {
  background: #004085;
  color: #fff;
  padding: 20px;
  text-align: center;
}
header h1, .page > header h1 {
  font-size: 26px;
  font-weight: bold;
}
nav {
  background: #003366;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}
nav a {
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  display: block;
  transition: background 0.3s;
}
nav a:hover {
  background: #0056b3;
}
footer {
  background: #002244;
  color: #ccc;
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
}
.page {
  background: #fff;
  margin: 30px auto;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.page h2 {
  font-size: 22px;
  color: #004085;
  margin-top: 25px;
  margin-bottom: 10px;
}
.page p, .page ul, .page ol {
  margin-bottom: 15px;
}
.page ul, .page ol {
  padding-left: 25px;
}
.page ul li, .page ol li {
  margin-bottom: 8px;
}
button, .btn {
  display: inline-block;
  background: #0069d9;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 15px;
}
button:hover, .btn:hover {
  background: #0056b3;
}
.btn-outline {
  background: transparent;
  color: #0069d9;
  border: 2px solid #0069d9;
}
.btn-outline:hover {
  background: #0069d9;
  color: #fff;
}
.table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.table th, .table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}
.table th {
  background-color: #004085;
  color: white;
}
.table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.alert {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-left: 6px solid #004085;
  background-color: #e9f3ff;
  color: #004085;
  border-radius: 5px;
}
.alert-success {
  border-left-color: #28a745;
  background-color: #e6f9ec;
  color: #155724;
}
.alert-danger {
  border-left-color: #dc3545;
  background-color: #fbeaea;
  color: #721c24;
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top: 6px solid #0069d9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 50px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (max-width: 768px) {
  nav {
    flex-direction: column;
  }
  nav a {
    text-align: center;
    padding: 15px 0;
  }
  .container, .page {
    padding: 15px;
  }
  .page h1 {
    font-size: 22px;
  }
  .table th, .table td {
    font-size: 14px;
  }
  .btn, button {
    width: 100%;
    text-align: center;
  }
}
