/*
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", sans-serif;
  font-size: 16px;
  background-color: #f5f7fa;
  color: #222;
  line-height: 1.6;
}
section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}
h1, h2, h3 {
  color: #1a237e;
  margin-bottom: 16px;
}
p {
  margin-bottom: 16px;
}
ul, ol {
  margin-bottom: 16px;
  padding-left: 20px;
}
li {
  margin-bottom: 8px;
}

.navbar {
  background-color: #0d1a36;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
}
.navbar h1 {
  font-size: 24px;
}
.navbar ul {
  display: flex;
  list-style: none;
  gap: 24px;
}
.navbar ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.navbar ul li a:hover {
  color: #ffcc00;
}

.footer {
  background-color: #0d1a36;
  color: #ffffff;
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
}

.button {
  display: inline-block;
  background-color: #ffcc00;
  color: #0d1a36;
  padding: 12px 28px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #e6b800;
}
.button-outline {
  background-color: transparent;
  border: 2px solid #ffcc00;
  color: #ffcc00;
}
.button-outline:hover {
  background-color: #ffcc00;
  color: #0d1a36;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar ul {
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
  }
  section {
    padding: 30px 16px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 14px;
  text-align: left;
}
table th {
  background-color: #e3e7f1;
  color: #1a237e;
}
table tr:nth-child(even) {
  background-color: #f9fbff;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #bbb;
  border-radius: 6px;
  margin-bottom: 16px;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #1a237e;
  outline: none;
}

.alert {
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 20px;
}
.alert-success {
  background-color: #e8f5e9;
  color: #2e7d32;
  border-left: 5px solid #43a047;
}
.alert-error {
  background-color: #ffebee;
  color: #c62828;
  border-left: 5px solid #e53935;
}
.alert-warning {
  background-color: #fff8e1;
  color: #f57f17;
  border-left: 5px solid #f9a825;
}
.alert-info {
  background-color: #e3f2fd;
  color: #1565c0;
  border-left: 5px solid #1e88e5;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #1a237e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 30px auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
  border-radius: 8px;
}

blockquote {
  background-color: #f4f6ff;
  border-left: 6px solid #3949ab;
  padding: 16px 20px;
  font-style: italic;
  color: #303f9f;
  margin: 20px 0;
}

.card-box {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 24px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}
.card-box h3 {
  color: #0d1a36;
  margin-bottom: 10px;
}

/* LINK STYLING */
a {
  color: #1a237e;
  text-decoration: underline;
}
a:hover {
  color: #3949ab;
}
