@media (min-width: 768px) {
    .osm-pricing-table .col-md-3 {
        flex: 0 0 31%;
        width: 31%;
        max-width: 31%;
    }
}

.priceviewer-profile {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.osm-pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.osm_priceCol {
width:23% !important;
}

.osm-pricing-table .osm-plan {
    width: 280px;
    max-width: 100%;
    flex-shrink: 0;
}

/* Тёмная тема */
[data-bs-theme="dark"] .osm-pricing-table .osm-plan {
    background-color: #2a2a2a;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.4);
}

[data-bs-theme="dark"] .osm-pricing-table .osm-plan:hover {
    box-shadow: 0 0 12px 3px rgba(0,0,0,0.6);
}