.gpsr-entity {
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #f9f9f9;
}

.gpsr-entity h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

.gpsr-entity ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gpsr-entity li {
    padding: 0.3rem 0;
    border-bottom: 1px solid #eee;
}

.gpsr-entity li:last-child {
    border-bottom: none;
}

.gpsr-safe-info {
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #f9f9f9;
}

.gpsr-safe-info h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

.safe-info-content {
    line-height: 1.6;
}
/* ── GPSR Attachments (Premium) ── */
.gpsr-attachments {
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #f9f9f9;
}

.gpsr-attachments strong {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1em;
}

.gpsr-attachments-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gpsr-attachment-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    color: #1d4ed8;
    text-decoration: none;
    font-size: 0.92em;
    transition: background 0.15s, border-color 0.15s;
}

.gpsr-attachment-link:hover {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
    text-decoration: none;
}

.gpsr-tab-title {
    display: block;
    font-size: 1.3em;
    margin-bottom: 1.5rem;
}
