/* SDP Polis Aruba */

.sdp-pol-wrap { font-family: inherit; margin: 1rem 0; }

.sdp-pol-badge-row {
    display: flex; gap: 10px; align-items: center;
    flex-wrap: wrap; margin-bottom: 1rem;
}

.sdp-pol-badge {
    font-size: 12px; font-weight: 600;
    padding: 4px 12px; border-radius: 4px;
}
.sdp-pol-badge--droga     { background: #fee2e2; color: #991b1b; }
.sdp-pol-badge--arma      { background: #fef3c7; color: #92400e; }
.sdp-pol-badge--accidente { background: #dbeafe; color: #1e40af; }
.sdp-pol-badge--detencion { background: #ede9fe; color: #5b21b6; }
.sdp-pol-badge--robo      { background: #ffedd5; color: #9a3412; }
.sdp-pol-badge--otro      { background: #f1f5f9; color: #334155; }

.sdp-pol-time   { font-size: 12px; color: #64748b; }
.sdp-pol-source { font-size: 12px; color: #64748b; font-weight: 500; margin-left: auto; }

.sdp-pol-image-wrap {
    margin-bottom: 1.25rem;
    border-radius: 10px; overflow: hidden;
    border: 0.5px solid #e4e4e7;
}
.sdp-pol-image { width: 100%; height: auto; display: block; }

.sdp-pol-body { margin-bottom: 1.25rem; }
.sdp-pol-text {
    font-size: 15px; line-height: 1.8;
    color: #334155; margin: 0;
    white-space: pre-line;
}

.sdp-pol-footer {
    margin-bottom: 1rem;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 0.5px solid #e4e4e7;
}
.sdp-pol-link {
    font-size: 14px; font-weight: 500;
    color: #1a73e8; text-decoration: none;
}
.sdp-pol-link:hover { text-decoration: underline; }

.sdp-pol-disclaimer {
    font-size: 12px; color: #94a3b8;
    border-top: 0.5px solid #f0f0f0;
    padding-top: 10px;
}
.sdp-pol-disclaimer p { margin: 0; }

/* Dark mode */
@media (prefers-color-scheme: dark) {
    .sdp-pol-text { color: #cbd5e1; }
    .sdp-pol-image-wrap { border-color: #2e2e3e; }
    .sdp-pol-footer { background: #1e293b; border-color: #2e2e3e; }
}
