/**
 * GPSR Product Tab Styles
 */

.gpsr-section {
    margin-top: 20px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.gpsr-title {
    color: #265A00;
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.gpsr-intro {
    color: #444;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
}

.gpsr-warnings {
    color: #444;
    margin-bottom: 20px;
}

.gpsr-warnings-list {
    margin: 15px 0;
    padding-left: 25px;
    color: #444;
    line-height: 1.8;
}

.gpsr-warnings-list li {
    margin-bottom: 10px;
}

.gpsr-warning-title {
    margin: 10px 0;
    font-weight: 600;
    color: #333;
}

.gpsr-details {
    color: #444;
    margin: 20px 0;
    padding-left: 20px;
    list-style-type: none;
    text-align: center;
}

.gpsr-details li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.gpsr-details strong {
    font-weight: 600;
}

.gpsr-contact {
    color: #888;
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.6;
}

.gpsr-contact a {
    color: #212121 !important;
    text-decoration: none;
    font-weight: 500;
}

.gpsr-contact a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .gpsr-section {
        padding: 0 15px;
    }

    .gpsr-title {
        font-size: 16px;
    }

    .gpsr-details {
        padding-left: 15px;
    }
}
