.clp-product-warnings {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.6;
}

.clp-pictograms-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    align-items: center;
}

.clp-pictogram-img {
    display: block;
}

.clp-signal-word {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 18px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.clp-signal-danger {
    background-color: #dc3545;
    color: #fff;
}

.clp-signal-warning {
    background-color: #fd7e14;
    color: #fff;
}

.clp-statement-section {
    margin-bottom: 18px;
}

.clp-section-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.clp-statement-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clp-statement-list li {
    padding: 4px 0;
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.clp-code {
    font-weight: 600;
    color: #444;
    min-width: 65px;
    flex-shrink: 0;
}

.clp-desc {
    color: #555;
}

.clp-custom-notes {
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.clp-notes-content {
    color: #555;
}

.clp-custom-warnings-section {
    margin-bottom: 18px;
}

.clp-custom-warning-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    border-left: 4px solid;
}

.clp-warn-danger {
    background-color: #fdf0f0;
    border-left-color: #dc3545;
    color: #721c24;
}

.clp-warn-warning {
    background-color: #fff9e6;
    border-left-color: #ffc107;
    color: #856404;
}

.clp-warn-info {
    background-color: #e8f4fd;
    border-left-color: #17a2b8;
    color: #0c5460;
}

.clp-warn-icon {
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1.4;
}

.clp-warn-text {
    flex: 1;
}

@media (max-width: 767px) {
    .clp-statement-list li {
        flex-direction: column;
        gap: 2px;
    }
}
