.product-specifications-wrapper-fe001758 .spec-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-specifications-wrapper-fe001758 .spec-table-row {
    display: grid;
    grid-template-columns: var(--spec-icon-width, 40px) var(--spec-label-width, 1fr) var(--spec-value-width, 1fr);
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    transition: background-color 0.3s ease;
}

.product-specifications-wrapper-fe001758 .spec-table-row:last-child {
    border-bottom: none;
}

.product-specifications-wrapper-fe001758 .spec-icon-column {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-specifications-wrapper-fe001758 .spec-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-specifications-wrapper-fe001758 .spec-icon svg {
    width: 1em;
    height: 1em;
}

.product-specifications-wrapper-fe001758 .spec-label {
    font-weight: 600;
}

.product-specifications-wrapper-fe001758 .spec-value {
    text-align: right;
}
