.ms-specs-block {
    margin: 20px 0 0;
    font-family: inherit;
}

.ms-divider {
    width: 100%;
    height: 1px;
    background-color: #E4E4E4 !important;
    margin: 16px 0;
    border: none !important;
    padding: 0 !important;
    display: block !important;
}

.ms-section {
    margin: 14px 0;
}

.ms-section-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    margin-bottom: 10px;
    display: block;
}

/* Строка размеров */
.ms-dims-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.ms-dim {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ms-dim-label {
    font-size: 12px;
    color: #888;
    line-height: 1.2;
}

.ms-dim-value {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.3;
}

.ms-dim-sep {
    font-size: 14px;
    color: #bbb;
    margin-top: 10px;
    flex-shrink: 0;
}

/* Блок монтажа */
.ms-mount-section { margin: 12px 0 8px; }

.ms-mount-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.ms-mount-header .ms-section-title {
    margin-bottom: 0;
}

.ms-mount-icon {
    width: 36px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.75;
}

/* База */
.ms-mount-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ms-base {
    font-size: 15px;
    color: #1a1a1a;
}

.ms-base strong {
    font-size: 22px;
    font-weight: 700;
    margin-right: 2px;
}

/* Мобайл */
@media (max-width: 600px) {
    .ms-dim-value { font-size: 14px; }
    .ms-base strong { font-size: 20px; }
    .ms-dims-row { gap: 8px; }
}
