.global-dealers-wrapper-a770ebb4 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.gdw-header {
    text-align: left;
    margin-bottom: 30px;
}

.gdw-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gdw-regions {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
}

.gdw-separator {
    margin: 0 8px;
    color: #718096;
}

.gdw-slider-container {
    position: relative;
    padding-bottom: 60px;
}

.gdw-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.gdw-card-image {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.gdw-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gdw-card-content {
    text-align: center;
    padding: 0 10px;
}

.gdw-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 5px 0;
}

.gdw-card-subtitle {
    font-size: 15px;
    color: #718096;
    margin: 0;
}

/* Navigation */
.gdw-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.gdw-prev, .gdw-next {
    position: static;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cbd5e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    margin: 0;
}

.gdw-prev::after, .gdw-next::after {
    font-size: 14px;
    color: #4a5568;
}

.gdw-pagination {
    position: static;
    width: auto;
}

.gdw-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 0;
    background: #cbd5e0;
    opacity: 1;
    margin: 0 4px !important;
}

.gdw-pagination .swiper-pagination-bullet-active {
    background: #4a5568;
}