/* BüDa ICECAT Connector - Frontend Styles */

/* Spezifikationen Tab */
.bueda-icecat-specs {
    margin: 0;
}

.bueda-icecat-spec-group {
    margin-bottom: 25px;
}

.bueda-icecat-group-title {
    background: #0073aa;
    color: #fff;
    padding: 10px 15px;
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px 3px 0 0;
}

.bueda-icecat-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 15px 0;
    border: 1px solid #ddd;
}

.bueda-icecat-spec-table th,
.bueda-icecat-spec-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    vertical-align: top;
}

.bueda-icecat-spec-table th {
    background: #f7f7f7;
    font-weight: 600;
    width: 40%;
    color: #333;
    text-align: left;
    border-right: 1px solid #eee;
}

.bueda-icecat-spec-table td {
    background: #fff;
    color: #555;
}

.bueda-icecat-spec-table tr:nth-child(even) th {
    background: #f0f0f0;
}

.bueda-icecat-spec-table tr:nth-child(even) td {
    background: #fafafa;
}

.bueda-icecat-spec-table tr:hover th,
.bueda-icecat-spec-table tr:hover td {
    background: #f0f6fc;
}

/* Produktinformation Tab */
.bueda-icecat-product-info {
    line-height: 1.7;
    color: #444;
    font-size: 14px;
}

.bueda-icecat-product-info p {
    margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .bueda-icecat-spec-table th,
    .bueda-icecat-spec-table td {
        padding: 6px 8px;
        font-size: 13px;
    }

    .bueda-icecat-spec-table th {
        width: 45%;
    }

    .bueda-icecat-group-title {
        font-size: 14px;
        padding: 8px 12px;
    }
}
