/*
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;}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  background-color: #f4f6fb;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.7;
}

.page-section {
  max-width: 980px;
  margin: 40px auto;
  padding: 40px 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

h1, h2, h3 {
  color: #1e2e5a;
  margin-bottom: 20px;
  line-height: 1.4;
}

p {
  margin-bottom: 18px;
}

ul {
  margin-bottom: 18px;
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
}

.navbar {
  background-color: #1e2e5a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}

.navbar .brand {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}

.navbar a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 20px;
  font-weight: 500;
  transition: color 0.3s;
}

.navbar a:hover {
  color: #00c4a8;
}

.footer {
  background-color: #1e2e5a;
  color: #e0e0e0;
  padding: 30px 20px;
  text-align: center;
  font-size: 15px;
}

.footer a {
  color: #00c4a8;
  text-decoration: none;
  margin: 0 10px;
}

.footer a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table th, table td {
  padding: 14px;
  border: 1px solid #dcdfe6;
  text-align: left;
}

table th {
  background-color: #1e2e5a;
  color: #ffffff;
}

table tr:nth-child(even) {
  background-color: #f7f9fc;
}

.button {
  display: inline-block;
  background-color: #1e2e5a;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
  border: none;
}

.button:hover {
  background-color: #162348;
}

.button-full {
  width: 100%;
  display: block;
}

input, textarea, select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 16px;
  box-sizing: border-box;
}

input:focus, textarea:focus, select:focus {
  border-color: #1e2e5a;
  outline: none;
}

.alert {
  padding: 16px 20px;
  border-radius: 6px;
  margin-bottom: 24px;
  font-weight: 500;
}

.alert-success {
  background-color: #e6f9f1;
  color: #207a53;
  border: 1px solid #b7e8d2;
}

.alert-error {
  background-color: #fdecea;
  color: #b02a37;
  border: 1px solid #f1c3c6;
}

.alert-info {
  background-color: #e8f4fd;
  color: #1d5c8c;
  border: 1px solid #b9dfff;
}

.loader {
  display: block;
  margin: 30px auto;
  width: 48px;
  height: 48px;
  border: 5px solid rgba(30, 46, 90, 0.2);
  border-top-color: #1e2e5a;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 20px;
  }

  .navbar a {
    margin: 8px 0 0 0;
  }

  .page-section {
    padding: 30px 20px;
  }

  h1 {
    font-size: 24px;
  }
}
