/* This CSS stylesheet specifically refers to just Serenity Hills 
    - SH.html
    - serenityhills.js
    - care.html
*/


.location-toggle{
    margin-right: 15px; 
    border-radius: 20px; 
    padding: 5px 7px; 
    margin-top: 5px; 
    margin-bottom: 5px;
    font-size: medium;
}

.sh-tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    height: fit-content;
    width: 100%;
}

.sh-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 50%;
}

.sh-tab button:hover {
    background-color: #ddd;
}

.sh-tab button.active {
    background-color: #ccc;
}

.sh-tabcontent {
    width: 48%;
}

.sh-tabwrapper {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.compress-list{
    line-height: 1.4;
}

.bracket-list{
    counter-reset: list;
}

.bracket-list > li{
    list-style: none;
}

.bracket-list > li:before{
    content: "[" counter(list) "] ";
    counter-increment: list;
}

#Test-window{
    background-color: var(--page-white);
}
