h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: var(--primary-blue);
    margin-bottom: 0px;
    padding: 0px;
}

/* div#guidlines li, div#guidlines p {
    font-size: 19px;
    color: var(--primary-blue);
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    line-height: 1.5;
} */

/* Your existing styles stay */
div#guidlines li, 
div#guidlines p { 
    font-size: 19px;
    color: var(--primary-blue);
    margin: 0 0 5px 0;
    line-height: 1.5;
    padding: 0px;
}

/* Target ONLY the sections list */
#guidlines ol.sections {
    list-style-type: lower-alpha; /* a, b, c */
    /* padding-left: 25px; */
}

/* Optional: make it a. b. c. instead of a) */
/* #guidlines ol.sections li::marker {
    content: counter(list-item, lower-alpha) ". ";
    font-weight: 600;
} */
/* --- Link Bar --- */
#Hbar
{
    width: 100%	;
	margin-top:0px;
	margin-bottom:25px;
    margin-left:-100px;
    margin: 15px auto;
}

#Hbar ul
{
list-style-type:none;
margin:0;
padding:0;
text-align:center;
margin-bottom:20px;
}

/* #Hbar li
{
display:inline;
padding:3px;
font-size:16px;
} */
#Hbar a:link
{
color: var(--primary-blue);
}
#Hbar a:visited
{
color: var(--primary-blue);
}

div#guidlines {
    max-width: 800px;
    width: 100%;
    padding: 10px;
    margin: 10px auto 30px auto;
}
p#gl-toggle {
    text-decoration: underline;
}
/* ---- toggle guidelines ---- */
 #gl-toggle {
    cursor: pointer;
    user-select: none;
    display: inline-block;
  }
  #gl-arrow {
    font-style: normal;
    font-size: 0.85em;
  }
  #gl-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms ease;
  }
 
  #gl-close-btn {
    cursor: pointer;
  }

  #gl-close-row {
    padding: 10px;
    font-size: 19px;
    text-align: right;
  }
  /* ==== Page Title ==== */
 div#page-title {
    font-size: clamp(20px, 6vw, 40px);
    color: var(--primary-blue);
    font-weight: bold;
    text-align: center;
} 
   /*  .empty::before {
        content: "⛔ ";
        color: red;
    } */
    /*===== */
  /*   li {
    display: inline-block;
    margin-right: 15px;
}

.empty {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.empty::before {
    content: "⛔";
    color: red;
    font-size: 16px;
    margin-bottom: 2px;
}
 */
/* ================ */
#Hbar li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    color: var(--primary-blue);
}

#Hbar .empty {
    position: relative;
    /* color: lightskyblue; */
    color: var(--primary-blue);
    
    /* padding-top: 18px; */
}

#Hbar .empty::before {
    content: "⛔";
   /*  position: absolute; */
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: red;
    font-size: 14px;
}