.snd-locator {
    min-height: var(--snd-map-height);
    background: #8fc8ea;
    overflow: hidden;
}
.snd-sidebar {
    z-index: 2;
    max-height: calc(var(--snd-map-height) - 40px);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 365px;
}
.snd-controls {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    margin-right: 0;
    margin-bottom: 15px;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
}
.snd-controls input,
.snd-controls select {
    width: 100%;
    height: 44px;
    border: 0;
    background: #f5f5f5;
    padding: 0 13px;
    font-size: 15px;
}
.snd-results {
    background: #fff;
    overflow: auto;
    flex: 1;
    border-radius: 10px;
}
.snd-map {
    min-height: var(--snd-map-height);
    width: 100%;
}
.snd-card {
    padding: 24px 30px;
    border-bottom: 1px solid #ddd;
}
.snd-card h3 {
    margin: 0 0 8px;
    font-size: 1.2rem !important;
}
.snd-card p {
    margin: 8px 0;
    padding:0;
    font-size: 16px;
    line-height: 1.5em;
}
.snd-card a {
    color: #e51b36;
    text-decoration: none;
}
.snd-pills,
.dealer-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 7px 0;
}
.snd-pills span,
.dealer-pills span {
    font-size: 12px;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 3px 6px;
    line-height:1.2em;
}
.dealer-pills span{
    background-color: #E61935;
    color:#fff;
}
.snd-actions {
    display: flex;
    gap: 6px;
    margin-top: 14px;
}
.snd-actions a {
    background: #ed1433;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
}
.snd-single-map {
    width: 100%;
    min-height: 300px;
}
.dealer-fields h1{
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.2em;
}
.dealer-fields .dealer-field {
    margin: 18px 0;
}
.dealer-types {
    margin: 16px 0;
}
.snd-no-results{
    padding:20px;
}
@media (max-width: 768px) {
    .snd-locator,
    .snd-sidebar {
        max-height: calc(var(--snd-map-height));
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
    }
    .snd-map{
        display: none;
    }
    .snd-controls,
    .snd-results{
        border-radius: 0;
        margin:0;
    }
}
.snd-popup {
    min-width: 220px;
    max-width: 290px;
    padding: 2px 0 4px;
}
.snd-popup-title {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.snd-popup-address,
.snd-popup-phone {
    line-height: 1.45;
    margin: 6px 0;
}
.snd-popup-phone a {
    color: #e51b36;
    text-decoration: none;
}
.snd-popup-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.snd-popup-actions a {
    display: inline-block;
    background: #ed1433;
    color: #fff !important;
    border-radius: 18px;
    padding: 7px 12px;
    text-decoration: none;
    font-size: 13px;
}

/* Single dealer detail card */
.dealer-fields {
    background: #f5f3f3;
    border: 1px solid #eadfe0;
    border-radius: 12px;
    padding: 40px;
    color: #5e4b4b;
    box-sizing: border-box;
}
.dealer-fields .dealer-details-title {
    color: #202020;
    font-size: clamp(28px, 3vw, 34px) !important;
    line-height: 1.18;
    font-weight: 700;
    margin: 0 0 24px;
}
.dealer-details-section {
    margin: 0 0 28px;
}
.dealer-details-label {
    color: #6a5151;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.dealer-fields .dealer-pills {
    margin: 0;
    gap: 6px;
}
.dealer-fields .dealer-pills span {
    display: inline-block;
    background: #E61935;
    color: #fff;
    border-radius: 4px;
    padding: 4px 11px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}
.dealer-fields .dealer-offering-pills span {
    background: #f1eded;
    color: #5e4b4b;
}
.dealer-address-row {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin: 4px 0 34px;
}
.dealer-detail-icon {
    width: 22px;
    height: 22px;
    color: #E61935;
    margin-top: 1px;
}
.dealer-detail-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.dealer-address-row address {
    color: #655353;
    font-size: 16px;
    line-height: 1.65;
    font-style: normal;
    margin: 0;
}
.dealer-contact-details {
    border-top: 1px solid #eee6e6;
    padding-top: 18px;
}
.dealer-fields .dealer-field {
    margin: 0 0 17px;
}
.dealer-fields .dealer-field:last-child {
    margin-bottom: 0;
}
.dealer-fields .dealer-field a {
    color: #E61935;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}
.dealer-fields .dealer-phone a {
    font-size: 23px;
}
.dealer-fields .dealer-description {
    border-top: 1px solid #eee6e6;
    padding-top: 18px;
    margin-top: 22px;
}
.dealer-fields .dealer-description p,
.dealer-fields .dealer-hours p {
    margin: 0;
}
.dealer-directions-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 48px;
    padding: 16px 20px;
    border-radius: 99px;
    background: #E61935;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease;
}
.dealer-directions-button:hover,
.dealer-directions-button:focus {
    background: #c90020;
    color: #fff !important;
}
@media (max-width: 767px) {
    .dealer-fields {
        padding: 28px 24px;
    }
    .dealer-directions-button {
        margin-top: 32px;
    }
}
