body {
    line-height: 1.4em;


}

section header {
    background-color: #007284;
    color: white;
    width: 100%;
    padding: 20px;
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}

h2 {
    color: white;
}

#welcome-message {
    color: green;
}

img {
    max-width: 400px;
    padding-bottom: 15px;
}

ul {
    list-style-type: none;
    padding-inline-start: 12px;
    margin-block-end: 0px;
    line-height: 1.4em;
}

/* ===========================================================
   Accordion Utility: Hide div for Non-Expandable Items
   -----------------------------------------------------------
   Use this class (.no-chevron) on accordion headers that are 
   not toggleable (i.e., no dropdown content). It removes the 
   chevron icon while keeping consistent spacing and layout.
   Example:
     <div class="accordion-button no-chevron">
       15:30 – Depart for hotel
     </div>
   =========================================================== */
.no-chevron::after {
    display: none !important;
}



@media only screen and (max-width: 820px) {
    .accordion-button {
        font-size: 1.3rem;
    }
}

.accordion-button {
    line-height: 1.6rem;
}


.websiteLink {
    border-bottom: 1px solid rgb(218, 234, 247);
    margin-bottom: 10px;
}

#link_to_partner_program {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

h3{
    color:white;
}