/* === Short characteristics === */

.display-short-characteristics-desktop-miniatures,
.display-short-characteristics-desktop-product-page {
    margin-top: 8px;
    margin-bottom: 8px;
}

.display-short-characteristics-desktop-product-page {
    max-width: 350px;
}

.ge-dsc-specs {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ge-dsc-spec {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start;
    gap: 9px;
    padding: 2px 0;
}

/* Назва — ЛІВО */
.ge-dsc-name {
    text-align: left;
    white-space: normal !important;
    flex: 1 1 auto;
}

/* Значення — ПРАВО */
.ge-dsc-value {
    text-align: right;
    white-space: normal !important;

    /* притискаємо до правого краю */
    margin-left: auto;

    overflow: visible !important;
    text-overflow: unset !important;
    max-width: none !important;
}

/* === Каталог === */
.product-miniature .ge-dsc-spec {
    font-size: 12px;
}

.display-short-characteristics-desktop-product-page .ge-dsc-specs .ge-dsc-spec {
    padding: 6px 8px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.display-short-characteristics-desktop-product-page .ge-dsc-specs .ge-dsc-spec:nth-child(odd) {
    background: #f5f5f5;
}