/* =========================================================================
   REGIONS & PRICING TABLE MASTER STYLES (page-bolgeler-fiyatlar.php)
   ========================================================================= */

.regions-prices-content-zone {
    padding: 40px 0;
    background-color: #f8fafc;
}

.regions-prices-content-zone .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Kategori Blokları Arası Dikey Mesafe & Ayırıcı */
.regions-prices-content-zone .transfer-block-wrapper {
    margin-bottom: 40px;
}

.regions-prices-content-zone .transfer-block-wrapper:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .regions-prices-content-zone {
        padding: 25px 0;
    }
}