/*
Theme Name: Homeschool Travel Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1768504985
Updated: 2026-01-15 19:23:05

*/

.my-thin-table {
  width: 100%;
  border-collapse: collapse; /* ensures single lines between cells */
  font-size: 14px;
  table-layout: fixed; /* forces thin, even columns */
}

.my-thin-table th,
.my-thin-table td {
  border: 1px solid #ccc; /* thin lines between cells */
  padding: 6px 4px;       /* small padding for compact look */
  text-align: center;
}

.my-thin-table th {
  background-color: #f7f7f7;
  font-weight: 600;
}

.modal {
      margin: 0;
      font-family: 'Georgia', serif;
      
      background-size: cover;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    .modal-content {
      background: #fdf6e3;
      border: 5px solid #8b5e3c;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      max-width: 450px;
      box-shadow: 0 0 20px rgba(0,0,0,0.5);

    }

    
.redirect-text {
      position: absolute;
      width: 60%;
      max-width: 600px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      border-radius: 10px;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.4;

    }
    .modal-content h2 {
      margin-top: 0;
      color: #4b2e1e;
      font-size: 24px;
    }
    .modal-content p {
      color: #3b2b1b;
      font-size: 16px;
      margin: 10px 0;
    }
    .countdown {
      font-size: 28px;
      color: #a52a2a;
      font-weight: bold;
    }
    .cancel-btn {
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #8b5e3c;
      color: #fff;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
    }
    .cancel-btn:hover {
      background-color: #6f4428;
    }