/* Extracted from Classes.html <style> id=prodogz-classes-options-modern-css on 2026-08-30. */
.classes-options-modern{
    margin:34px 0 44px;
}
.classes-options-intro{
    background:#fffaf2;
    border:1px solid #f0dfc5;
    border-radius:22px;
    padding:30px;
    margin-bottom:26px;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.classes-options-intro h2{
    margin-top:0;
}
.eyebrow-small{
    color:#b40000;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin:0 0 8px;
}
.filter-controls{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    margin-top:22px;
}
.filter-controls button{
    border:2px solid #b40000;
    background:#fff;
    color:#b40000;
    border-radius:999px;
    padding:10px 15px;
    font-weight:800;
    cursor:pointer;
}
.filter-controls button.active,
.filter-controls button:hover{
    background:#b40000;
    color:#fff;
}
.classes-options-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}
.classes-options-grid .service-card{
    display:block;
    width:100%;
}
.classes-options-grid .card{
    height:100%;
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    box-shadow:0 8px 24px rgba(0,0,0,.07);
    overflow:hidden;
}
.classes-options-grid .card-body{
    padding:26px;
    text-align:center;
}
.classes-options-grid img{
    width:60px!important;
    max-width:60px!important;
    height:auto!important;
    border-radius:0!important;
    margin:0 auto 12px!important;
}
.classes-options-grid h4{
    margin:8px 0 10px;
    color:#111;
    line-height:1.2;
}
.classes-options-grid p{
    color:#555;
    margin-bottom:18px;
}
.classes-options-grid .btn{
    display:inline-block;
    background:#b40000;
    color:#fff!important;
    border-radius:999px;
    padding:11px 20px;
    font-weight:800;
    text-decoration:none;
}
.classes-options-grid .btn:hover{
    background:#900000;
    color:#fff!important;
}
@media(max-width:950px){
    .classes-options-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:650px){
    .classes-options-grid{grid-template-columns:1fr;}
    .classes-options-intro{padding:22px 18px;}
    .filter-controls{justify-content:stretch;}
    .filter-controls button{width:100%;}
}
