/* Responsive Body */
body {
  font-family: 'Segoe UI', sans-serif;
  background: #e6e6e6;
  color: #111111;
  margin: 0;
  padding: 0;
}

.main-content,
.additional-info {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px; /* added bottom padding */
  padding-top: 5px;
  max-width: 1100px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.spin-content {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px; /* added bottom padding */
  padding-top: 5px;
  max-width: 1100px;
}
.copy-head {
  padding: 15px 0 0; /* top padding only */
  text-align: left;
}

/* Remove margin below h1 and p */
.copy-head h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0; /* no bottom or top margin */
  color: #111111;
}

.copy-head p {
  margin: 5px 0; /* small vertical spacing */
}

.copy-head .meta-info {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0; /* reduce spacing */
  color: #111111;
}

.copy-head .meta-info a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 600;
}

/* Tighten spacing for hr */
.copy-head hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 5px 0 0 0; /* no top margin, 5px bottom */
}


/* SEO styles */
.seo-description h2 {
  font-size: 1.4rem;
  color: #1a73e8;
  margin-bottom: 1rem;
}

.seo-description p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .copy-head h1 {
    font-size: 22px;
  }

  .seo-description h2 {
    font-size: 1.2rem;
  }

  .seo-description p {
    font-size: 0.95rem;
  }
}


html {
    scroll-behavior: smooth;
  }
  

.table-container {
    max-width: 1100px;
    margin: 30px auto;
    overflow-x: auto;
    padding: 10px;
    background-color: #e6e6e6; /* Subtle background color */
    border-radius: 8px; /* Rounded corners for the container */
    color: #000000;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    min-width: 300px;
    background: transparent;
    color: #000000; /* Darker text for readability */
}

.info-table td {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    font-weight: 500; /* Slightly bold text for better clarity */
    color: #000000;
}

.info-table tr:last-child td {
    border-bottom: none;
}

.info-table tr:nth-child(even) {
    background-color: #ffffff; /* Alternate row background for better readability */
}

.info-table td strong {
    color: #000000; /* Dark text for the labels */
}
.info-table th {
    background-color:#000000; /* Pine Green */
    color: white;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    border: 2px solid #1a73e8;
}

/* Styling for the Last Update time (special style for the dynamic content) */
#last-update-time {
    font-style: italic;
    color: #1a73e8; /* Blue color for dynamic content */
}
/* Spin Section */
.spin-date {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: linear-gradient(90deg, #1a73e8, #0c47b7);
  border-radius: 0 0 12px 12px; /* rounded corners only at the bottom */
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  user-select: none;
  box-sizing: border-box;
  padding: 12px 20px;

}

.spin-item {
    max-width: 600px;
    margin: 0 auto; /* centers horizontally */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 3px groove #1a73e8;
    padding: 8px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    gap: 15px;
    flex-wrap: wrap;
}

hr {
    max-width: 1100px;
    margin: 0 auto;
    overflow-x: auto;
    border: 1px dashed rgb(0, 0, 0);
    padding: 5px;
}
.spin-left {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 8px;
    min-width: 0;
}
.spin-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   /* <-- Center all child items */
    text-align: center;    /* <-- Center text */
    flex-grow: 1;
    font-weight: bold;
}

.spin-details h3 {
    margin: 0 0 3px;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.spin-details .date,
.spin-details .expiry {
    margin: 0;
    font-size: 14px;
    color: #ff0000;
}

.spin-details .date {
    color: #1a73e8;
}

.time-ago {
  display: inline-block;
  background-color: #e9e9e9;
  color: #2c2c2c;
  padding: 3px 10px;       /* Reduced padding for a tighter look */
  margin-top: 2px;         /* Optional: reduce vertical space */
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  border: 1px double #0c47b7;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}
      @media (max-width: 768px) {
    .spin-text {
      font-size: 14px;
    }

  }


a {
    color: #1a73e8;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #0c47b7;
}
/* Right button */
.spin-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
/* Styling for the button */
.spin-button button {
  background: #1a73e8;
  color: #ffffff;
  padding: 16px 16px; /* Increased top/bottom to 14px and left/right to 20px */
  border-radius: 8px;
  font-weight: bold;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.spin-button button:hover {
  background: #0c47b7;
  transform: scale(1.05);
}

.spin-button button.collected {
  background: #4caf50;
  color: white;
}

.spin-button button.collected:hover {
  background: #388e3c;
}


footer p {
    font-size: 0.9em;
    opacity: 0.8;
    margin: 0;
}

footer {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

.tip {
    background: #e6e6e6;
    border-left: 5px solid #1a73e8 ;
    padding: 10px;
    margin: 15px 0;
    font-style: italic;
  }

  img {
    display: block;
    margin: 0 auto 15px auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .related-post-box {
    border: 2px dotted #1a73e8;
    border-radius: 6px;
    background: #ffffff;
    padding: 15px;
    max-width: 1100px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  .related-post-label {
    display: inline-block;
    background-color: #000000;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  .related-post-box h3 {
    margin: 0;
    font-size: 18px;
    color: #1a73e8;
    font-weight: bold;
  }
  .related-post-box h3 a {
    text-decoration: none;
    color: inherit;
  }
  .related-post-box h3 a:hover {
    text-decoration: underline;
  }
 .spin-logo {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    position: relative;
    top: 4px; 
    flex-shrink: 0;
    border-radius: 8px;
    object-fit: cover;
  }
   .spin-img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    position: relative;
    top: 4px; 
    flex-shrink: 0;
    border-radius: 8px;
    object-fit: cover;
  }  
  .spin-text {
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    color: #fff;
  }

header {
  background-color: #111;
  color: #fff;
  padding: 10px 15px;
  font-family: Arial, sans-serif;
  border-top: 4px solid #0c47b7;
  border-bottom: 3px solid #0c47b7;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1100px;
  margin: 0 auto;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #1a73e8;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}

.language-selector select {
  font-size: 12px;
  padding: 3px 5px;
  border: none;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}


/* Mobile responsive fix: keep on one line with scroll if needed */
@media (max-width: 768px) {
  .header-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .logo-container,
  .language-selector {
    flex-shrink: 0;
  }

  .spin-text {
    font-size: 16px;
  }

  .language-selector {
    margin-left: auto;
  }
}

  .note {
    margin-top: 20px;
    padding: 10px;
    background-color: #ffffff;
    border-left: 5px solid #1a73e8;
  }
  .youtube-lazy {
    position: relative;
    width: 100%;
    max-width: 360px;
    aspect-ratio: 9 / 16;
    cursor: pointer;
    background: #000;
    overflow: hidden;
  }
  .youtube-lazy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .youtube-lazy .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-size: contain;
  }

  ::selection {
    background: #000000 ; /* Yellow background */
    color: #ffffff;         /* Black text */
  }

  /* For Firefox */
  ::-moz-selection {
    background: #000000 ;
    color: #ffffff;
  }

.fb-comments-wrapper {
  max-width: 1000px; /* Adjust size here */
  margin: 40px auto; /* Center horizontally + space from top/bottom */
  padding: 20px;
  background-color: #ffffff;
  border: 2px solid #1a73e8;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fb-comments {
  width: 100% !important;
}

ul li a {
  display: block;
  padding: 12px 16px; /* Makes links easier to tap */
  margin-bottom: 8px; /* Adds space between links */
  font-size: 16px;
  text-decoration: none;
  color: #1a73e8;
}
