/**
 * @copyright Copyright © 2024–2026 Webcode (https://webcode.bg/)
 * @license   https://webcode.bg/license (proprietary — see EULA)
 */

.gpsr-safety {
    margin: 20px 0;
    padding: 16px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
    font-size: 14px;
    line-height: 1.5;
}

/* Compact buy-box warning line (no box, no heavy padding) */
.gpsr-notice {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    flex-basis: 100%;
    gap: 4px 6px;
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #b06e00;
}

.gpsr-notice__icon {
    flex: 0 0 auto;
    align-self: center;
}

.gpsr-notice__text {
    color: #23233a;
}

.gpsr-notice__link {
    white-space: nowrap;
}

.gpsr-safety__warnings,
.gpsr-safety__instructions {
    margin-bottom: 12px;
}

.gpsr-safety__warnings {
    padding: 10px 12px;
    border-left: 3px solid #d23b46;
    background: #fff5f5;
}

.gpsr-safety__label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.gpsr-safety__value > :first-child {
    margin-top: 0;
}

.gpsr-safety__value > :last-child {
    margin-bottom: 0;
}

.gpsr-safety__operators {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #e0e0e0;
}

.gpsr-operator {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gpsr-operator__heading {
    font-weight: 600;
}

.gpsr-operator__email,
.gpsr-operator__url {
    word-break: break-word;
}

/* Cart page consolidated safety block */
.gpsr-cart-safety {
    margin: 24px 0;
    padding: 16px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
    font-size: 13px;
    line-height: 1.5;
}

.gpsr-cart-safety__title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
}

.gpsr-cart-safety__item {
    padding: 10px 0;
    border-top: 1px dashed #e0e0e0;
}

.gpsr-cart-safety__item:first-of-type {
    border-top: 0;
}

.gpsr-cart-safety__product {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.gpsr-cart-safety__warnings {
    padding: 8px 10px;
    border-left: 3px solid #d23b46;
    background: #fff5f5;
}

.gpsr-cart-safety__manufacturer {
    margin-top: 4px;
    color: #6a6a7e;
}
