/* PRWS Secure Downloads – Downloadbox styling */

.prws-sd-box {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-left: 4px solid #2271b1;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 16px 0;
    box-sizing: border-box;
    font-family: inherit;
}

.prws-sd-box.prws-sd-missing {
    border-left-color: #d63638;
    background: #fff5f5;
}

/* Header: badge + naam + versie */
.prws-sd-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.prws-sd-type-badge {
    font-size: 12px;
    font-weight: 600;
    background: #2271b1;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    white-space: nowrap;
}

.prws-sd-name {
    font-size: 16px;
    color: #1d2327;
}

.prws-sd-version {
    font-size: 12px;
    color: #646970;
    background: #e8e8e8;
    padding: 2px 7px;
    border-radius: 10px;
}

/* Beschrijving */
.prws-sd-description {
    font-size: 14px;
    color: #444;
    margin: 6px 0 12px;
    line-height: 1.5;
}

/* Footer met knop */
.prws-sd-footer {
    margin-top: 12px;
}

/* Downloadknop */
.prws-sd-button {
    display: inline-block;
    background: #2271b1;
    color: #fff !important;
    text-decoration: none !important;
    padding: 9px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.prws-sd-button:hover {
    background: #135e96;
}

/* Login melding */
.prws-sd-login-notice {
    font-size: 13px;
    color: #646970;
    margin: 0;
}

.prws-sd-login-notice a {
    color: #2271b1;
    text-decoration: underline;
}

/* Foutmelding */
.prws-sd-error {
    color: #d63638;
    font-size: 13px;
    margin: 0;
}
