/*====================================
=           1. GLOBAL STYLES         =
====================================*/

body {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #1c2f5f;
    color: #f8f9fa; /* Light text */
    position: relative;
    overflow: hidden;
}

@font-face {
    font-family: 'NotoSansCondensed';
    src: url('../fonts/NotoSans_Condensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansCondensed';
    src: url('../fonts/NotoSans_Condensed-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PlaywriteDEGrund';
    src: url('../fonts/PlaywriteDEGrund-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.disabled {
    pointer-events: none; /* Disable clicking */
}

.line-break {
    display: block;
}

button {
    border: none;
    padding: 14px 36px;
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 12px;
}

button:hover {
    opacity: 0.8;
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.no-transition, 
.no-transition input, 
.no-transition button {
    transition: none !important;
}

/*====================================
=          2. CONTENT WRAPPER        =
====================================*/

.content-wrapper {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
}

/*====================================
=        3. CATEGORY SECTION         =
====================================*/

.category-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
    pointer-events: none;
}

.category-description {
    font-family: 'NotoSansCondensed';
    font-size: 22px;
    font-weight: medium;
    color: #fff;
}

/*====================================
=          4. MAIN CONTENT           =
====================================*/

.main-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

/*====================================
=          5. INPUT AREA             =
====================================*/

/* Add this CSS to your existing styles */
.input-wrapper {
    background: linear-gradient(0deg, #006b93 25%, #008366 100%); /* Gradient background */
    padding: 20px; /* Adjust padding to ensure the inner content is spaced well */
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between elements */
    position: fixed; /* Fix the position to the top of the screen */
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; /* Ensure it's on top of other elements */
}

.input-section {
    height: 46px;
    display: flex;
    align-items: center;
    padding-right: 4px;
    background-color: #fff; /* Background color of the input section */
    border-radius: 10px; /* Rounded corners for the input section */
    overflow: hidden; /* Ensures the child elements are clipped within the rounded corners */
    transition: all 0.3s ease; /* Smooth transition for all changes */
    width: 100%; /* Make the input section take the full width of the wrapper */
    max-width: 600px; /* Optional: Limit the max width */
}

.input-section.completion-mode {
    background-color: #00a097;
    justify-content: center;
}

.input-section input {
    flex: 1;
    padding: 16px 22px;
    font-size: 16px;
    border: none; /* Remove default border */
    background-color: #fff; /* Match the input section background */
    color: #333; /* Text color */
    min-width: 0;
    font-family: 'NotoSansCondensed';
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
}

.input-section input::placeholder {
    color: #9d9d9d; /* Placeholder text color */
}

.input-section input:focus {
    color: #333; /* Text color when typing */
}

.input-section.completion-mode input {
    background-color: #00a097;
    color: #000; /* White text color when completed */
    pointer-events: none; /* Make input non-interactive */
}

.input-section.completion-mode input::placeholder {
    color: #fff; /* White placeholder text color */
}

.submit-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-section button {
    background-color: #c2c2c2; /* Background color of the button */
    border: none; /* Remove default border */
    width: 30px; /* Button width */
    height: 30px; /* Button height */
    padding: 0;
    cursor: pointer;
    border-radius: 50%; /* Make the button perfectly round */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px; /* Add a slight margin to separate the button from the input */
    transition: all 1s;
    z-index: 2; /* Ensure button is on top */
}

.input-section.completion-mode button {
    background-color: #0e7d81;
    pointer-events: none; /* Make button non-interactive */
}

.input-section button.success {
    background-color: #069d88;
    width: 30px; /* Button width */
    height: 30px; /* Button height */
}

.input-section button img {
    width: 20px;
    height: 20px;
}

.input-section button.success img {
    content: url('../images/icon-check.png'); /* Change icon upon completion */
}

.input-section.completion-mode button img {
    content: url('../images/icon-check.png'); /* Change icon upon completion */
}

input[type="text"]:focus {
    outline: none;
}

.completion-message {
    color: #c8c8c8; /* White text */
    margin: 0 15px; /* Margins */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; /* Make it look clickable */
    transition: background-color 0.3s ease; /* Smooth transition */
}

.completion-message:hover {
    cursor: pointer; /* Ensures the pointer icon turns into a hand icon */
}

#results-button-container {
    text-align: left;
    padding: 0 20px;
}

#show-results-button {
    background: #853984;
    color: #fff;
    transition: all 0.5s ease; /* Smooth transition */
    opacity: 0;
    transform: translateY(20px); /* Start position */
}

#show-results-button.show {
    opacity: 1;
    transform: translateY(0); /* Final position */
}

#share-results-button {
    background: #2f9ac3;
    color: #fff;
}

/*====================================
=          6. ANSWER LIST            =
====================================*/

/* Keyframes for the opacity transition */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Class to apply the animation */
.answer-list li .placeholder-block {
    opacity: 0; /* Initially hidden */
    animation: fadeIn 0.2s forwards; /* Animation applied, but delay will be set by JS */
    animation-timing-function: ease-in;
}

.answer-list li .placeholder-block.revealed {
    opacity: 1; /* Revealed state */
    animation: none; /* Stop the animation once revealed */
    color: white; /* Reveal the letter */
}

.answer-list {
    list-style-type: none; 
    padding: 0;
    margin: 20px 0 30px 20px;
    text-align: left;
    color: #dcdcdc;
}

.answer-list li {
    font-size: 18px;
    margin: 5px 0 0 0;
    font-weight: 300; /* Default font weight */
    transition: font-weight 0.5s ease;
}

.answer-list li.bold {
    font-weight: 700; /* Bold font weight for new answers */
}

.answer-list li.fade-out {
    font-weight: 300; /* Fade back to default font weight */
}

.answer-list li::marker {
    font-size: 11px; /* Set the font-size of the list markers */
}

/* Style for the custom question icon */
.hint-question-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #0c9a95; /* Circle color */
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin-left: 6px;
    color: #22325b;
    font-size: 11px;
}

/* Style for the question mark inside the circle */
.hint-question-icon::after {
    padding-bottom: 2px;
    font-weight: 700;
    content: '?';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #22325b; /* Question mark color */
}

.emoji-hint {
    font-size: 36px; /* This ensures a consistent font size for emojis */
    line-height: 1.2; /* Adjust line spacing if needed */
    margin-bottom: 0; /* Optional: fine-tune positioning */
}

.word-span {
    display: inline-block;
    white-space: nowrap;
}

/* Answer list items */
#answer-list li {
    margin-bottom: 4  px; /* Add some space between answers */
    position: relative;
}

/* Horizontal rule between answers */
#answer-list li:not(:last-child) hr {
    border: 0;
    height: 1px;
    background: #1f5868; /* Change color as needed */
    margin: 1px 30px 1px 0; /* Adjust vertical spacing as needed */
}

/* Hide the last HR */
#answer-list li:last-child hr {
    display: none;
}

/*------------------------------------
=          6.1 ANSWER CELLS          =
------------------------------------*/

.answer-cell, .answer-cell.revealed {
    display: inline-block;
    width: 16px;  /* Adjust width as needed */
    height: 22px;  /* Adjust height as needed */
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.0);  /* Initially hidden */
    text-align: center;
    margin: 0 3px 4px 0;  /* Adjust margin as needed */
    font-size: 20px;
    padding-top: 5px;
    line-height: 18px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
    pointer-events: none;
    text-transform: uppercase; /* Ensure all text is uppercase */
}

/* Default Answer Cells */
.answer-cell.default {
    background-color: transparent; /* Make the background transparent */
    display: inline-block; /* Change to inline-block to ensure horizontal alignment */
    width: 16px;  /* Adjust width as needed */
    height: 22px;  /* Adjust height as needed */
    position: relative;
}

.answer-cell.default::before {
    content: '•'; /* Bullet point */
    font-size: 16px; /* Size of the bullet point */
    color: #ffba00; /* Color of the bullet point */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the bullet point */
}

/* Letter Reveal Cells */
.answer-cell.letter-reveal {
    background-color: #712ab1; /* Background color for revealed letters */
    color: #ffffff; /* Text color */
    font-family: 'NotoSansCondensed';
}

/* User Solved Answer Cells */
.answer-cell.user-solved {
    background-color: transparent; /* No background */
    color: #ffffff; /* Text color */
    font-family: 'NotoSansCondensed';
}

/* User Solved Answer Cells with Letter Reveal */
.answer-cell.user-solved-reveal {
    background-color: #298baf;
    color: #ffffff; /* Text color */
    font-family: 'NotoSansCondensed';
}

/* System Resolved Answer Cells */
.answer-cell.system-resolved {
    background-color: #213c84; /* Background color for system resolved letters */
    color: #ffffff; /* Text color */
    font-family: 'NotoSansCondensed';
}

/* Previously Revealed Answer Cells */
.answer-cell.system-resolved-reveal {
    background-color: #5f4ec9; /* Background color for previously revealed letters */
    color: #ffffff; /* Text color */
    font-family: 'NotoSansCondensed';
}

.answer-cell.space {
    color: transparent; 
    background-color: transparent;
    height: 3px;  /* Adjust height as needed */
    width: 12px;
}

.answer-cell.parenthesis, .answer-cell.hyphen {
    background: transparent;
    position: relative;
    color: rgba(255, 255, 255, 0.8);  /* Reveal the letter */
    font-size: 20px;
}

/*====================================
=          7. INTRO SCREEN           =
====================================*/

.dialogue-screen {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #22325b;
    z-index: 999;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dialogue-screen .close-slideup-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: rgb(255,255,255,0.8);
    font-size: 24px;
}

.close-slideup-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: rgb(255,255,255,0.8);
    font-size: 24px;
    padding: 10px; /* Increase padding to make the hit area larger */
    margin: 0;  /* Ensure no margin */
    z-index: 1200; /* Ensure it's on top */
    background-color: transparent; /* Make sure background is transparent */
    border: none; /* Remove any default borders */
}

.close-slideup-modal .close-icon {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px; /* Ensure alignment */
    text-align: center; /* Center the text */
    pointer-events: none; /* Allow the padding area to be clickable */
}

.intro-content {
    color: #fff;
    padding: 0 20px 20px 20px;
}

.intro-logo {
    position: relative;
    width: 320px; /* Adjust as necessary */
    height: 322px; /* Adjust as necessary */
    margin: auto;
}

#intro-category-name, #intro-category-author {
    text-transform: uppercase;
    font-size: 14px;
}

#intro-category-author {
  color: #81B0FD;
}

#category-day-value {
    text-transform: uppercase;
    font-size: 14px;
    color: #cadb2c;
    margin: 0;
}

.logo-background {
    background: url('../images/lta_logo.png') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.logo-date {
    position: absolute;
    bottom: 94px;
    left: 32%;
    transform: translateX(-50%);
    font-family: 'Playwrite DE Grund', sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.75); /* Adjust color as necessary */
    transform: rotate(-17deg);
}

.launch-button {
    background-color: #1a9a9a;
    color: white;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.dialogue-content {
    background-color: #000; /* Change to black */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.dialogue-content button {
    padding: 10px 20px;
    background-color: #fff; /* Change to white */
    color: #000; /* Change to black */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.dialogue-content button:hover {
    background-color: #ccc; /* Lighter on hover */
}

.intro-bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44px;
    background-color: #192543;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space out links to left and right */
    padding: 0 20px; /* Add some padding */
}

.intro-bottom-bar a {
    color: #fff;
    text-decoration: none;
}

.intro-bottom-bar .left-link, .intro-bottom-bar .right-link {
    font-size: 13px;
    text-transform: uppercase;
}

.intro-bottom-bar .left-link {
    margin-left: 20px;
}

.intro-bottom-bar .right-link {
    margin-right: 20px;
}

.intro-link-content {
    padding-top: 40px;
}

.intro-link-content a {
    color: #ffe176;
}

/*====================================
=             8. MODALS              =
====================================*/

@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 0 40px 0;
    background-color: #212124;
    color: rgb(255, 255, 255);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
    z-index: 1000;
    pointer-events: auto;
    top: auto;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4);
    animation: slideInUp 0.5s ease-out;
    border-radius: 14px 14px 0 0;
    height: auto;
    max-height: 100vh;
}

.modal.fullscreen {
    top: 0;
    bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal .close-modal {
    color: #7C7C7C;
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
}

.modal .close-modal:hover {
    color: #bebebe;
}

.modal-content {
    width: 80%;
    max-width: 600px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/*------------------------------------
=       8.1 INTRO SCREEN MODALS      =
-------------------------------------*/

.how-to-play-content img {
    width: 160px;
    height: 160px;
}

.how-to-play-content .left-aligned {
    margin-right: 10px;
}

.how-to-play-content .right-aligned {
    margin-left: 10px;
}

.how-to-play-content .flex-container {
    display: flex;
    align-items: center;
}

.how-to-play-content .flex-container.right {
    justify-content: flex-end;
}

#how-to-play-modal h2 {
    font-size: 18px;
    color: #83f5f0;
    margin: 0 0 10px 0;
}

#how-to-play-modal .flex-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#how-to-play-modal .flex-container.right {
    justify-content: flex-end;
    margin-left: 20px;
}

#how-to-play-modal .flex-container div {
    flex: 1;
}

.left-aligned {
    margin-right: 12px; /* Add margin to the right of the left-most image */
}

.right-aligned {
    margin-left: 12px; /* Add margin to the left of the right-most image */
}

/*------------------------------------
=              8.2 HINTS             =
-------------------------------------*/

#hint-index {
  color: #777;
}

#slideup-message {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 10px 0 36px 0;
}

/*------------------------------------
=           8.3 COMPLETION           =
-------------------------------------*/

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around;
  margin-bottom: 20px;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 150px;
}

.circle-bg {
  fill: none;
  stroke: #333;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

#success-message {
  background: #333;
  border: solid 1px #444;
  text-align: left;
  font-size: 14px;
  padding: 12px;
  margin: 38px 10px;
  padding: 16px 22px;
  border-radius: 5px;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.green .circle {
  stroke: #2bb376;
}

.percentage {
  font-family: 'Noto Sans', sans-serif;
  fill: #2bb376;
  font-size: 8px;
  text-anchor: middle;
}

/* Style for hint and letter reveal status */
.hint-status-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column; /* Stack the status boxes vertically */
  align-items: center;
}

/* General styling for status boxes */
.status-box {
  display: flex;
  align-items: center;
  color: white;
  padding: 7px 20px 7px 7px; /* Padding accounts for the circle */
  width: auto;
  min-width: 0;
  border-radius: 40px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* Specific styling for status boxes with a count (circle is displayed) */
.status-box .status-number {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #333;
  background-color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px; /* Space between the circle and text */
}

/* Specific styling for hints used status boxes */
.status-box.hints-used {
  background-color: #253356; /* Specific for hints used */
}

/* Specific styling for hints used with no count (no-status-number) */
.status-box.hints-used.no-status-number {
  background-color: #253356; /* Keep same color for no-status-number */
}

/* Specific styling for letters revealed status boxes */
.status-box.letters-revealed {
  background-color: #3b314a; /* Specific for letters revealed */
}

/* Specific styling for letters revealed with no count (no-status-number) */
.status-box.letters-revealed.no-status-number {
  background-color: #3b314a; /* Keep same color for no-status-number */
}

/* Adjustments when there is no count (no circle) */
.status-box.no-status-number {
  justify-content: center; /* Center the text */
  padding-left: 20px; /* Increased padding to balance the lack of a circle */
}

/* Hide the circle when no count is present */
.status-box.no-status-number .status-number {
  display: none; /* Hide the circle with the number */
}

/* Ensure the text is centered properly without the circle */
.status-box.no-status-number span {
  margin: 0; /* Center the text */
}

/*====================================
=       9. BOTTOM NAVIGATION         =
====================================*/

#bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px; /* Ensure enough height for the arc and button */
    background: url('../images/bottom-nav-bg.png') no-repeat center bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Adjust alignment to place button higher */
    z-index: 10;
    overflow: visible; /* Ensure the curve is contained within the element */
}

.bottom-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #0f6b7a;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    background: url('../images/lr-letterreveal.png') no-repeat center center;
    cursor: pointer;
    transition: transform 0.3s;
    background-color: #0b7a6f; /* Match the background color */
    position: absolute; /* Position absolute for better control */
    bottom: 40px; /* Adjust bottom position to make sure button is visible */
    box-sizing: border-box; /* Ensure padding and border are included in the width and height */
    overflow: hidden; /* Ensure progress fill doesn't overflow the button */
}

.bottom-nav-button::before {
    content: "";
    position: absolute;
    top: -9px; /* Move the pseudo-element further outside */
    left: -9px;
    right: -9px;
    bottom: -9px;
    border: 16px solid #7dccc4;
    border-radius: 50%;
    pointer-events: none; /* Ensure the pseudo-element doesn't interfere with pointer events */
    box-sizing: border-box; /* Ensure padding and border are included in the size */
    z-index: 2; /* Ensure it is above other elements */
}

.bottom-nav-button::after {
    content: "";
    position: absolute;
    bottom: 0; /* Positioned inside the main border */
    left: 0; /* Positioned inside the main border */
    right: 0; /* Positioned inside the main border */
    height: var(--progress-height, 0); /* Use the custom property for height */
    background-color: rgba(28, 50, 106, 0.3);
    transition: height 0.4s ease; /* Smooth transition for fill height */
    z-index: 1; /* Ensure it is below the border */
    border-radius: 0; /* Ensure no border-radius */
}


.bottom-nav-button:hover {
    transform: scale(1.1);
}

.bottom-nav-button .button-icon {
    display: none; /* Hide the inner span as the image is already set in the pseudo-element */
}

.bottom-nav-button span {
    display: none; /* Hide the text */
}

.bottom-nav-label {
    color: #b9e7e7;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px; /* Adjust margin to position the label */
}

#tooltip-container {
    position: relative;
    width: 100%;
    height: 0;
}

.tooltip {
    position: absolute;
    bottom: 145px; /* Adjust this value to position the tooltip above the button */
    background-color: #fffed7;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    opacity: 0;
    transform: translateY(25px); /* Start 25px below */
    z-index: 10; /* Ensure tooltips appear above other elements */
}

.tooltip::after {
    content: '';
    position: absolute;
    bottom: -7px; /* Adjust this value to position the tail */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fffed7; /* Same color as the tooltip background */
}

.bottom-nav-button:hover .tooltip {
    display: block; /* Show the tooltip on hover */
}

.back-link {
    position: fixed;
    background-color: #0c4e59;
    padding: 5px 10px; /* Adjust the padding as needed */
    border-radius: 3px;
    font-weight: 500;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: rgb(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    z-index: 100;
}

#back-link i {
    margin-right: 5px; /* Add some space between the icon and text */
}

.back-icon {
    margin: 0 5px;
    width: 5px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    opacity: 0.8;
}

/*====================================
=           10. TESTING              =
====================================*/

#reload-square {
    position: fixed; /* Use fixed positioning to keep it at the bottom left even on scroll */
    bottom: 14px; /* Offset 10px from the bottom */
    right: 14px;   /* Offset 10px from the left */
    border-radius: 25px;
    width: 8px;
    height: 8px;
    background-color: #186b78;
    cursor: pointer;
    z-index: 900; /* Ensure it is above other elements */
}