

/* Start:/local/templates/main/components/bitrix/news.list/dealers/style.css?17531878392570*/
/* Dealers Page Styles */
.dealers-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.dealers-title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}

.dealers-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dealer-item {
    display: flex;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.dealer-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.dealer-info {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dealer-name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.dealer-address,
.dealer-legal-name,
.dealer-contacts,
.dealer-instagram,
.dealer-site {
    margin-bottom: 12px;
    line-height: 1.5;
    color: #000;
}

.dealer-address strong,
.dealer-legal-name strong,
.dealer-contacts strong,
.dealer-instagram strong,
.dealer-site strong {
    font-weight: bold;
    color: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dealers-container {
        padding: 15px;
    }
    
    .dealers-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .dealer-item {
        flex-direction: column;
    }
    
    .dealer-info {
        padding: 20px;
    }
    
    .dealer-name {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .dealers-container {
        padding: 10px;
    }
    
    .dealers-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .dealer-info {
        padding: 15px;
    }
    
    .dealer-name {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .dealer-address,
    .dealer-legal-name,
    .dealer-contacts,
    .dealer-instagram,
    .dealer-site {
        margin-bottom: 8px;
        font-size: 14px;
    }
}

/* Additional styles for better visual hierarchy */
.dealer-item:not(:last-child) {
    margin-bottom: 20px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Print styles */
@media print {
    .dealers-container {
        max-width: none;
        padding: 0;
    }
    
    .dealer-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ccc;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/dealers/style.css?17531878392570 */
