<!--
/* --- Base Styles & Fixed Repeating Background --- */
        :root {
            --primary-color: #5a5a28;
            --text-color: #1f2937;
            --bg-color: #f3f4f6;
            --card-bg: #ffffff;
            --border-color: #e5e7eb;
            --muted-text: #4b5563;
        }

 body {
     margin: 0;
     padding: 0;
     font-family: "Noto Serif", "Noto Serif CJK JP", "Noto Serif Devanagari", "Noto Serif Arabic", Georgia, serif;
     background-image: url('images/glotextb.gif');
     background-repeat: repeat;
     background-attachment: fixed;
     background-color: #f4f0e6;
    /* Classic fallback color */
}
/* --- Container Limits --- */
 .container {
     max-width: 1200px;
     margin: 0 auto;
     width: 100%;
}

.doc-card {
    background: var(--card-bg);
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.5rem;
}

.intro-text {
    font-size: 1.05rem;
    color: #374151;
    margin-bottom: 1rem;
}

.site-section {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    margin-bottom: 3rem;
}

.site-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-left: 6px solid var(--primary-color);
    padding-left: 1rem;
}

.site-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.site-location {
    font-size: 0.95rem;
    color: var(--muted-text);
    margin: 0.25rem 0 0 0;
    font-family: monospace;
}

.indented-block {

  margin-left: 40px;  /* Indents the entire block from the left */

  margin-right: 40px; /* Indents the entire block from the right */

}

/* --- Fixed Header --- */
 header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     background-color: #5a5a28;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     z-index: 1000;
     padding: 15px;
     margin-bottom: 15px;
}
/* --- Header Image Layout --- */
 .header-images {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0 20px;
}
/* Placeholders for your three header images */
 .header-images .logo {
     height: 60px;
     width: auto;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 15px 15px;
     font-size: 0.8rem;
     color: #666;
     border-radius: 4px;
}
/* --- Title --- */
 h1.page-title {
     text-align: center;
     color: #605542;
     font-size: 1.8rem;
     margin: 15px 0;
     letter-spacing: 1px;
}
/* --- Multi-Level Navigation Menu --- */
 nav.menu-bar {
     background-color: #E9DCC6;
     width: 100%;
     margin-top: 15px;
}
 nav.menu-bar ul {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
}
 nav.menu-bar li {
     position: relative;
}
 nav.menu-bar a {
     display: block;
     padding: 5px 20px;
     text-decoration: none;
     color: #605542;
     background-color: #E9DCC6;
     font-size: .9em;
     font-weight: 600;
     transition: background-color 0.3s, color 0.3s;
     white-space: nowrap;
}
/* Hover States (Applies to all menu levels) */
 nav.menu-bar li:hover > a {
     background-color: #dcdcb9;
     color: #500000;
}
/* --- Smooth Dropdown Transitions (Desktop) --- */
 nav.menu-bar ul ul {
     position: absolute;
     top: 100%;
     left: 0;
     flex-direction: column;
     box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    /* Animation hidden state setup */
     opacity: 0;
     visibility: hidden;
     transform: translateY(10px);
     transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
/* Sub-level 2 (Flyout slide dropdown) */
 nav.menu-bar ul ul ul {
     top: 0;
     left: 100%;
     transform: translateX(10px) translateY(0);
}
/* Trigger dropdown open states on hover */
 nav.menu-bar li:hover > ul {
     opacity: 1;
     visibility: visible;
     transform: translateY(0) translateX(0);
}
/* --- Content Spacer --- */
/* Prevents your main page text from running underneath the fixed header */
 main.content-wrapper {
    /* 140px top, auto right, 0 bottom, auto left */
     margin: 140px auto 0 auto;
     padding: 40px 20px;
     max-width: 1200px;
}
 p {
     color: black;
     text-indent: 1.5em;
}
 .tiny {
     font-style: normal;
     font-size: 8pt;
     text-indent: 0em;
}
 .small {
     font-style: normal;
     font-size: 9pt;
     text-indent: 0em;
}
 p.tiny:first-line {
     color: #636331;
     font-variant: small-caps;
}
 p.little {
     font-size: .95em;
     text-indent: 1em;
}
 P.bib {
     font-size: 10pt;
     text-indent: 0em;
}
 h1 {
     font-size: 2em;
     font-weight: bold;
     font-variant: small-caps;
     color: #5a5a28;
}
 h2 {
     font-size: 1.8em;
     font-weight: bold;
     color: #500000;
}
 h3 {
     font-size: 1.6em;
     font-weight: bold;
     color: #500000;
}
 h4 {
     font-size: 1.4em;
     font-weight: bold;
     color: #605542;
     ;
}
 h5 {
     font-size: 1.2em;
     font-weight: bold;
     color: #605542;
}
 hr {
     color: maroon;
     margin-left: auto;
     margin-right: auto;
}
 .short-spacer-line {
     width: 80%;
     margin: 0 auto;
     border: none;
     border-top: 2px solid #550000;
     margin-top: 12px;
     margin-bottom: 8px;
}
 .short-hr {
     width: 30%;
     border: none;
     margin-left: 0px;
     border-top: 2px solid #550000;
     margin-top: 8px;
     margin-bottom: 8px;
}
/* General styles for the figure and figcaption */
 figure {
     margin: 20px;
     text-align: center;
     overflow: hidden;
     padding: 5px;
     border: 2px solid #550000;
     max-width: 100%;
     box-sizing: border-box;
    /* Ensures padding and border don't break the 45% width */
}
 figcaption {
     font-size: 8pt;
     color: #444;
     margin-top: 5px;
     text-align: center;
}
/* Align left - added specific margins to push text away from the right side */
 figure.left {
     float: left;
     margin: 0 20px 20px 0;
}
/* Align right - added specific margins to push text away from the left side */
 figure.right {
     float: right;
     margin: 0 0 20px 20px;
}
/* Align center */
 figure.center {
     float: none;
    /* Prevents bugs if applied to something that previously floated */
     display: block;
     margin: 20px auto;
}
 .center {
     text-align: center;
}
 .left {
     text-align: left;
}
 .right {
     text-align: right;
}
/* Ensure images are responsive */
figure img {
     border: thin solid #500000;
     width: 100%;
    /* Make image take full width of the figure */
     height: auto;
    /* Maintain aspect ratio */
}
 img.scaled {
     width: 100%;
}
/* --- Mobile Responsive Layout (Screens under 768px) --- */
 @media (max-width: 768px) {
     header {
         position: relative;
         padding-top: 10px;
    }
     main.content-wrapper {
         margin-top: 20px;
    }
     .header-images {
         flex-direction: column;
         gap: 10px;
    }
     h1.page-title {
         font-size: 1.4rem;
         padding: 0 10px;
    }
     nav.menu-bar ul {
         flex-direction: column;
    }
     nav.menu-bar a {
         padding: 14px 20px;
         border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    /* Adjust absolute dropdown positions to stack accordion-style instead */
     nav.menu-bar ul ul, nav.menu-bar ul ul ul {
         position: relative;
         top: 0 !important;
         left: 0 !important;
         width: 100%;
         box-shadow: none;
        /* Accordion toggle styles via height tracking */
         max-height: 0;
         overflow: hidden;
         opacity: 0;
         visibility: hidden;
         transform: none;
         transition: max-height 0.4s ease, opacity 0.3s ease;
    }
    /* Reveal dropdown paths cleanly on tap/hover */
     nav.menu-bar li:hover > ul {
         max-height: 650px;
         opacity: 1;
         visibility: visible;
    }
    /* Visual padding layers for embedded items */
     nav.menu-bar ul ul a {
         padding-left: 40px;
         background-color: #dfd4bf;
    }
     nav.menu-bar ul ul ul a {
         padding-left: 60px;
         background-color: #d5caa6;
    }
}

ul.triangle {

  list-style-type: disclosure-closed;

}

a:link,
a:visited {
    color: #600000;
    text-decoration: none;
}

a:hover,
a:active {
    background-color: #5a5a28;
    color: ivory;
    text-decoration: none;
}

a.nohover:hover,
a.nohover:active {
    background-color: transparent;
    text-decoration: none;
}

.citations-table table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 2px solid #500000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.citations-table th {
    padding: 12px;
    text-align: left;
    font-family: Arial, sans-serif;
    color: #f9f5e7;
    font-size: 11pt;
}

.citations-table td {
    padding: 12px;
    text-align: left;
    font-family: Arial, sans-serif;
    color: black;
    font-size: 11pt;
}

.citations-table tbody tr:nth-child(odd) {
    background-color: #f9f5e7;
}

.citations-table tbody tr:nth-child(even) {
    background-color: #dcdcb9;
}

.citations-table tbody tr:hover {
    background-color: #e5e0cf;
}

.citations-table thead {
    background-color: #5a5a28;
    font-weight: bold;
    border-bottom: 2px solid #500000;
}

.citations-table tfoot {
    background-color: #f9f5e7;
    border-top: 2px solid #500000;
    font-weight: bold;
}

/* --- Added rules for the smaller float-right layout --- */
/* --- Optimized rules for the smaller float-right layout --- */
.citations-table.mini-table {
    float: right; 
    margin: 0 0 1em 1em; 
    width: 30%; 
    max-width: 400px; 
    min-width: 240px; 
    font-family: Arial, sans-serif;
}

.citations-table.mini-table table {
    width: 100%;
}

.citations-table.mini-table th, 
.citations-table.mini-table td {
    padding: 4px 6px;
    font-size: 8.5pt;
}

/* Table Name Styling */
.citations-table.mini-table thead th {
    padding: 6px;
    text-align: center;
    color: #f9f5e7;
    font-size: 9.5pt;
}

/* Major Section Headers (e.g., Early Bronze Age) */
.citations-table.mini-table tr.section-head th {
    background-color: #500000;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

/* Column Variable Labels (Period / Date Range) */
.citations-table.mini-table tr.column-headers td {
    background-color: #E9DCC6;
    color: #500000;
    font-weight: bold;
}

/* Base Footer Layout */
 .site-footer {
     display: flex;
     max-width: 1200px;
     margin: auto;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
    /* Ensures responsiveness on smaller screens */
     padding: 40px 20px;
}
/* Left Section: Aligning Logo and Address side-by-side */
 .footer-left {
     display: flex;
     align-items: center;
     gap: 20px;
    /* Space between logo and text */
     flex: 1;
    /* Takes up baseline space */
     min-width: 300px;
    /* Prevents squishing on tablet sizes */
}
 .footer-logo {
     max-width: 120px;
     height: auto;
}
 .footer-address {
     padding-top: 5px;
     font-style: normal;
     line-height: 1.25;
     font-size: .8em;
}
/* Right Section: Three Evenly Spaced Images */
 .footer-gallery {
     display: flex;
     justify-content: space-around;
    /* Distributes images evenly across the space */
     align-items: center;
     flex: 4;
    /* Allocates more width to the gallery than the address block */
     gap: 15px;
     min-width: 300px;
}
/* Target the images inside the gallery */
 .footer-gallery img {
     width: 275px;
    /* Gives them a flexible baseline width... */
     flex-grow: 1;
    /* ...allowing them to expand and fill available width */
     object-fit: cover;
    /* Prevents stretching by cropping the wide image cleanly */
}
/* Responsive Tweak for Mobile Devices */
 @media (max-width: 768px) {
     .site-footer {
         flex-direction: column;
         gap: 30px;
         text-align: center;
    }
     .footer-left {
         flex-direction: column;
        /* Stack logo above address on mobile */
    }
     .footer-gallery {
         width: 100%;
         justify-content: space-between;
        /* Keeps them spread out on mobile width */
    }
}

      /* Container rules: max 50% of a 1200px max-width page */
      .page-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
      }

      .map-box {
        width: 50%;
        height: 800px; 
        border: 1px solid #500000;
      }

      @media (max-width: 768px) {
        .map-box {
        width: 100%; /* Responsive fallback for smaller screens */
        }
      }

      /* Container for the close action */
      .gm-ui-hover-effect {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        right: 10px !important;
        top: 10px !important;
        background: transparent !important;
        border: none !important;
        width: auto !important; /* Allow width to expand for the text */
        height: 30px !important;
        opacity: 1 !important;
        cursor: pointer !important;
      }

      /* Hide Google's native internal SVG "X" icon */
      .gm-ui-hover-effect > span, .gm-ui-hover-effect > img {display: none !important;}

      /* Inject the blue "Close" text and "X" */
      .gm-ui-hover-effect::before {
        content: "[X]" !important;
        color: #007bff !important; /* Modern interactive blue color */
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 0.5px !important;
        padding: 4px 8px !important;
        transition: color 0.2s ease !important;
      }

      /* Optional hover state to turn it a slightly darker blue when hovered */
      .gm-ui-hover-effect:hover::before {
        color: #0056b3 !important;
      }

//-->