.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-770 .elementor-element.elementor-element-73888ab{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-770 .elementor-element.elementor-element-73888ab img{width:59%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-770 .elementor-element.elementor-element-2059176{margin:40px 120px calc(var(--kit-widget-spacing, 0px) + 60px) 120px;text-align:center;font-family:"Roboto", Sans-serif;font-size:32px;font-weight:600;color:#000000;}@media(max-width:767px){.elementor-770 .elementor-element.elementor-element-73888ab{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-770 .elementor-element.elementor-element-73888ab img{width:100%;}.elementor-770 .elementor-element.elementor-element-2059176{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:18px;}}/* Start custom CSS *//* ================================
SMOKEY PINES PRACTICE REGISTRATION UI
================================ */

#practice-registration,
#practice-cart{
background:#fff;
border:1px solid #e5e5e5;
border-radius:10px;
padding:30px;
max-width:950px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
box-shadow:0 6px 18px rgba(0,0,0,0.05);
}

/* headers */

#practice-registration h2{
font-size:28px;
font-weight:700;
margin-bottom:10px;
}

#practice-registration h3,
#practice-cart h3{
margin-top:25px;
font-size:20px;
font-weight:600;
border-bottom:1px solid #eee;
padding-bottom:6px;
}

/* form controls */

#practice-registration select,
#practice-registration input[type=text]{
width:100%;
padding:10px;
border:1px solid #ddd;
border-radius:6px;
margin-bottom:12px;
}

/* rider list */

#practice-riders{
margin-top:12px;
}

.practice-rider-option{
display:flex !important;
align-items:center;
gap:10px;
background:#fafafa;
border:1px solid #e5e5e5;
border-radius:8px;
padding:12px 14px;
margin-bottom:10px !important;
cursor:pointer;
transition:.2s ease;
font-weight:500;
}

.practice-rider-option:hover{
background:#f4f4f4;
border-color:#d8d8d8;
}

.practice-rider-option input[type=checkbox]{
width:18px;
height:18px;
margin:0;
accent-color:#F0AE1C;
flex-shrink:0;
}

/* total */

#practice-total{
margin-top:15px !important;
font-size:20px;
font-weight:600;
color:#111;
}

/* buttons */

#add-practice-entry,
#practice-checkout,
#new-practice-selection{
padding:12px 18px;
border:none;
border-radius:6px;
font-weight:600;
cursor:pointer;
margin-top:15px;
transition:.2s ease;
}

#add-practice-entry{
background:#F0AE1C;
color:#fff;
}

#add-practice-entry:hover{
background:#d89b18;
}

#practice-checkout{
background:#1e7e34;
color:#fff;
}

#practice-checkout:hover{
background:#17642a;
}

#new-practice-selection{
background:#555;
color:#fff;
}

#new-practice-selection:hover{
background:#444;
}

/* cart cards */

.practice-entry-card{
border:1px solid #e5e5e5;
background:#fafafa;
padding:15px;
border-radius:8px;
margin-bottom:12px;
}

#practice-entry-list > div{
border:1px solid #e5e5e5 !important;
background:#fafafa;
padding:15px !important;
border-radius:8px;
margin-bottom:12px !important;
}

#practice-entry-list strong{
font-size:16px;
}

#practice-entry-list .remove-practice-entry{
margin-top:8px;
background:#dc3545;
color:#fff;
border:none;
border-radius:4px;
padding:6px 10px;
cursor:pointer;
font-weight:600;
}

#practice-entry-list .remove-practice-entry:hover{
background:#bb2d3b;
}

/* helper text */

.smx-muted{
color:#666;
font-size:14px;
}

/* spacing */

#practice-registration label{
display:block;
font-weight:600;
margin-bottom:6px;
}

#practice-registration p,
#practice-cart p{
margin-bottom:0;
}

#practice-date.smx-highlight {
    border: 2px solid #F0AE1C !important;
    box-shadow: 0 0 0 4px rgba(240,174,28,0.18);
    background: #fffaf0;
    transition: all 0.25s ease;
}

/* mobile */

@media(max-width:600px){

#practice-registration,
#practice-cart{
padding:20px;
}

#practice-entry-list > div > div{
flex-direction:column;
}

#practice-entry-list > div > div > div:last-child{
text-align:left !important;
margin-top:10px;
}

}/* End custom CSS */