/*
 Theme Name: Handyman Franchise Child
 Theme URI:
 Description: child theme for Handyman Franchise
 Author: Ignitro Studios
 Author URI: https://www.ignitro.com/
 Template: handyman-franchise
 Version: 1.0.5
*/
/* CLAI Sidebar CSS for Location and Area pages */
.area-breadcrumb {
    padding-left: 70px;
    padding-right: 70px;
}

.area-page-container {
    max-width: 100%;
    margin-bottom: 2em;
}

.area-container-with-sidebar {
    display: grid;
    grid-template-columns: 0.75fr 0.25fr;
    column-gap: 2em;
    margin: 4em auto 4em auto;
    max-width: 90%;
}

.sidebar-areas-list-container {
    background-color: #f5f5f5;
    padding: 35px 40px 35px 40px;
    height: fit-content;
    margin: 2em 0 0 0;
    border-radius: 14px;
}

.active-area {
    text-decoration: underline !important;
}

.sidebar-areas-list {
    display: grid;
    row-gap: 0.5em;
    max-height: 300px;
    overflow-y: scroll;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: linear-gradient(rgb(245, 245, 245) 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), rgb(245, 245, 245) 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.sidebar-areas-list a {
    text-decoration: none;
    font-size: 1.05rem;
    margin-top: 1em;
}

.area-list-container h3 {
    margin-bottom: 20px;
}

ul.area-list-ul {
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 1em;
    list-style: none;
    grid-template-columns: auto auto auto auto auto;
}

.sidebar-list-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 10px 0;
}

li.area-list-point::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 0.556em;
    height: 0.556em;
    border-radius: 50%;
    background-color: black;
}

li.sidebar-list-point::marker {
    content: none;
}

li.sidebar-list-point {
    padding: unset;
}

li.sidebar-list-point a {
    color: #00529c;
    text-decoration: none;
}

li.area-list-point {
    font-size: 1rem;
    line-height: 1.7;
    position: relative;
    padding: 0.1em 0 0.1em 1.5em;
}

.area-cta-container {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 1em;
    width: fit-content;
    margin: auto;
}

.area-cta-container a {
    font-size: 18px !important;
    min-width: 200px;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    ul.area-list-ul {
        grid-template-columns: auto;
        margin-bottom: 1em;
    }

    .area-cta-container {
        grid-template-columns: auto;
    }
}