/* ============================================
   YOU ARE HERE THEME
   Overrides for the You Are Here film page
   ============================================ */

:root {
    --accent-color: #7ff3ff;
    --modal-bg: #7ff3ff;
    --modal-header-bg: #7ff3ff;
    --heading-font: 'IBM Plex Mono', monospace;
}

body {
    background-image: radial-gradient(circle, #0089ff, #1776c8);
    color: white;
}

.background-wrapper {
    background-image: url("/films/you-are-here/uarehere-bg.jpg");
}

.content {
    border-color: #7ff3ff;
}

.content h2 {
    border-bottom-color: #7ff3ff;
}

/* Fix for sub-menu links */
.left-column .sub-menu a {
    font-style: italic;
}

.left-column .sub-menu a:hover {
    color: #7ff3ff;
}

/* Sub-menu GIFs - Using working alternative */
.left-column .sub-menu a::before {
    content: url(https://web.archive.org/web/20091027064036/http://geocities.com/eldrick_tigerwoods/icon_bye.gif);
    position: absolute;
    right: 92%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.left-column .sub-menu a::after {
    content: url(https://web.archive.org/web/20091027064036/http://geocities.com/eldrick_tigerwoods/icon_bye.gif);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 6px;
    display: none;
}

.left-column .sub-menu a:hover::before,
.left-column .sub-menu a:hover::after {
    display: inline-block;
}

/* Trophy corner */
.left-column .trophy-corner h2:hover {
    color: #7ff3ff;
}

/* Back to top button */
.top {
    background-color: #7ff3ff;
    color: black;
}

.top:hover {
    color: black;
    background-color: white;
}

/* Modal styles for You Are Here */
.modal-window,
.modal-window .modal-header {
    background: #7ff3ff;
    color: #1776c8;
    border-color: #1776c8;
}

.modal-window .modal-header {
    border-bottom-color: #1776c8;
}

#notesModal img {
    border-color: #1776c8;
}

/* Force left alignment for notes modal content */
#notesModal .modal-content,
#notesModal .modal-content p,
#notesModal .modal-content div {
    text-align: left !important;
}

/* Keep modal header centered */
#notesModal .modal-header {
    text-align: center !important;
}

/* Modal content text */
.modal-window .modal-content,
.modal-window .modal-content p {
    color: #1776c8;
}

.modal-window .modal-content a {
    color: #1776c8 !important;
}

/* Close button styling for modals - change to #1776c8 */
.modal-window .close-icon,
#galleryModal .close-icon,
#notesModal .close-icon {
    stroke: #1776c8 !important;
}

/* Also ensure the close button container doesn't override */
.modal-window .close svg,
#galleryModal .close svg,
#notesModal .close svg {
    stroke: #1776c8 !important;
}