.rc-del-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 20px;
}
.rc-del-h2 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    display: block;
}
.rc-del-p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.65;
    margin-bottom: 14px;
}
.rc-del-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}
.rc-del-list li {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.84rem;
    color: rgba(255,255,255,0.65);
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.rc-del-list li:last-child { border-bottom: none; }
.rc-del-list li i { margin-top: 2px; flex-shrink: 0; width: 14px; text-align: center; }
.rc-del-link {
    color: #f5c518;
    text-decoration: none;
}
.rc-del-link:hover { text-decoration: underline; color: #f5c518; }
.rc-del-signin-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.85);
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}
.rc-del-signin-btn:hover { background: rgba(255,255,255,0.13); border-color: rgba(255,255,255,0.3); }
.rc-del-user-label {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.83rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 14px;
}
.rc-del-danger-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 7px;
    border: 1px solid rgba(231,76,60,0.45);
    background: rgba(231,76,60,0.12);
    color: #e74c3c;
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}
.rc-del-danger-btn:hover { background: rgba(231,76,60,0.22); border-color: rgba(231,76,60,0.7); }
.rc-del-danger-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.rc-del-status {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.83rem;
    padding: 12px 16px;
    border-radius: 7px;
}
.rc-del-status.success {
    background: rgba(46,204,113,0.1);
    border: 1px solid rgba(46,204,113,0.3);
    color: #2ecc71;
}
.rc-del-status.error {
    background: rgba(231,76,60,0.1);
    border: 1px solid rgba(231,76,60,0.3);
    color: #e74c3c;
}
