/**
 * MEK7 Product Tabs — Frontend-Styles
 */

/* Spezifikations-Grid */
.mek7-pt-specs h2,
.mek7-pt-fitments h2,
.mek7-pt-oem h3,
.mek7-pt-desc h2 {
    margin-bottom: 1em;
}

.mek7-pt-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px 24px;
    margin: 1em 0 2em;
}

.mek7-pt-spec-item {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.mek7-pt-spec-name {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.mek7-pt-spec-value {
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    line-height: 1.4;
}

/* Fitment-Listen */
.mek7-pt-fitments h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #0274be;
    font-size: 16px;
    font-weight: 600;
}

.mek7-pt-fitment-list {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 4px 20px;
}

.mek7-pt-fitment-list li {
    padding: 4px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
}

/* OEM-Tab */
.mek7-pt-oem h3 {
    margin-top: 1em;
    font-size: 14px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mek7-pt-oem p {
    margin: 0 0 1em 0;
    font-family: ui-monospace, SFMono-Regular, "Courier New", monospace;
    font-size: 13px;
    background: #f9fafb;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
}

/* Produktinfo-Beschreibung — Parts-Europe HTML-Style */
.mek7-pt-desc {
    line-height: 1.6;
}

.mek7-pt-desc li {
    margin-bottom: 0.5em;
}

/* Mobile */
@media (max-width: 640px) {
    .mek7-pt-specs-grid {
        grid-template-columns: 1fr;
    }
    .mek7-pt-fitment-list {
        grid-template-columns: 1fr;
    }
}
