/* BIIX GPSR - Frontend Styles */

.biix-gpsr-tab-content {
    padding: 10px 0;
}

.biix-gpsr-section {
    margin-bottom: 24px;
}

.biix-gpsr-section:last-child {
    margin-bottom: 0;
}

.biix-gpsr-section h3 {
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}

.biix-gpsr-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.biix-gpsr-table,
.biix-gpsr-table th,
.biix-gpsr-table td {
    border: none;
}

.biix-gpsr-table th,
.biix-gpsr-table td {
    padding: 8px 12px;
    text-align: left;
    vertical-align: top;
}

.biix-gpsr-table th {
    width: 140px;
    font-weight: 600;
    white-space: nowrap;
}

.biix-gpsr-table td a {
    color: inherit;
    text-decoration: underline;
}

.biix-gpsr-table td a:hover {
    opacity: 0.75;
}

.biix-gpsr-table tr:last-child th,
.biix-gpsr-table tr:last-child td {
    border-bottom: none;
}

.biix-gpsr-product-image {
    max-width: 300px;
    height: auto;
    border-radius: 4px;
}

.biix-gpsr-warnings {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
    padding: 16px;
}

.biix-gpsr-warnings h3 {
    border-bottom-color: #ffe082;
}

.biix-gpsr-warnings-content ul,
.biix-gpsr-warnings-content ol {
    margin: 8px 0;
    padding-left: 20px;
}

.biix-gpsr-warnings-content li {
    margin-bottom: 4px;
}

/* Responsywność */
@media (max-width: 600px) {
    .biix-gpsr-table th,
    .biix-gpsr-table td {
        display: block;
        width: 100%;
        padding: 4px 0;
    }

    .biix-gpsr-table th {
        padding-top: 8px;
        border-bottom: none;
    }

    .biix-gpsr-table td {
        padding-bottom: 8px;
    }

    .biix-gpsr-product-image {
        max-width: 100%;
    }

    .biix-gpsr-warnings {
        padding: 12px;
    }
}
