.krs-provider-container{display:flex;width:100%;flex-wrap:wrap;gap:24px;padding:24px;background-color:#f7f7f7;font-family:'Segoe UI',sans-serif}
.krs-provider-sidebar{width:100%;max-width:240px;background:#fff;padding:16px;border:1px solid #e5e5e5;border-radius:8px;flex-shrink:0}
.krs-provider-sidebar h3{margin-top:0;margin-bottom:12px;font-size:18px;color:#02406f}
.krs-provider-sidebar ul{list-style:none;padding-left:0}
.krs-provider-sidebar li{margin-bottom:8px}
.krs-provider-sidebar a{color:#02406f;text-decoration:none;font-size:15px;display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border-radius:4px;transition:background .2s}
.krs-provider-sidebar .active a,.krs-provider-sidebar a:hover{background-color:#e5f1f8}
.krs-provider-sidebar .bubble{background-color:#0397c8;color:#fff;border-radius:50%;padding:2px 8px;font-size:12px;width:25px;height:25px;display:flex;justify-content:center;align-items:center}
.krs-provider-content{flex:1}
.krs-provider-search-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}
.krs-provider-search-form input[type=text]{padding:10px 12px;font-size:15px;border:1px solid #ccc;border-radius:6px;flex:1;min-width:180px}
.krs-provider-search-form button{background-color:#02406f;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:15px;cursor:pointer;transition:background .2s}
.krs-provider-search-form button:hover{background-color:#0397c8}
.krs-provider-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}
.krs-provider-grid.search-empty { grid-template-columns: 1fr;}
.krs-provider-card{background:#fff;border:1px solid #ddd;border-radius:20px;padding:10px 15px;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:box-shadow .3s}
.krs-provider-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.1)}
.krs-provider-card h4{margin-top:0;color:#02406f;font-size:18px}
.krs-provider-card p{margin:6px 0;font-size:14px;color:#444}
p.specialties{background:#e3e3e3;display:inline-block;padding:5px 15px;border-radius:50px}
p.location{display:flex;gap:10px}
.krs-provider-card h4{margin:20px 0}


.provider-instruction {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}

.provider-instruction h2 {
    font-size: 22px;
    color: #02406f;
    margin-bottom: 15px;
}

.provider-instruction p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

p.location i{background:#e3e3e3;height:25px;width:25px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center}
ul.accepted-insurance-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px 20px;list-style:none;padding:0;font-weight:600}
ul.accepted-insurance-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px 20px;list-style:none;padding:0;font-weight:600;justify-content:space-between;padding-bottom:2.125rem}
ul.accepted-insurance-list li{position:relative;padding-left:45px;display:flex;align-items:center;color:#000}
ul.accepted-insurance-list li:before{content:"";position:absolute;background-image:url('https://mdfastpass.airklic.com/wp-content/uploads/2025/05/circle-check.svg');background-repeat:no-repeat;background-size:30px 30px;background-position:center;width:30px;height:30px;left:0}
.booking-access-wall{background:#f9f9f9;border:1px solid #ccc;padding:20px;max-width:100%;margin:30px auto;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05);text-align:center}
.booking-access-wall p{margin-bottom:15px;font-weight:500;color:#333}
#booking-access-input{width:100%;padding:10px;font-size:16px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px}
#booking-access-submit{padding:10px 20px;font-size:16px;background-color:#0b547d;color:#fff;border:none;border-radius:4px;cursor:pointer}
#booking-access-submit:hover{background-color:#036}
#booking-access-error{margin-top:10px;font-size:14px;color:#d00}
h2.dyn_sec_heading{font-size:25px!important;font-weight:700!important;color:var(--e-global-color-332724a)!important;margin-bottom:35px;padding-top:1.25rem;border:0;border-top-width:1px;border-style:solid;border-color:#07245613}
@media (max-width:768px){
.krs-provider-container{flex-direction:column}
.krs-provider-sidebar{max-width:100%;}
.krs-provider-search-form{flex-direction:column}
.krs-provider-search-form button{width:100%}
.provider-instruction {width: 100%;}
}
