.alerts-archive-wrapper-7422df56 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
}

.alerts-search-box-container-7422df56 {
    margin-bottom: 25px;
}

.alerts-search-input-7422df56 {
    width: 100%;
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid #e2e8f0;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s ease;
}

.alerts-search-input-7422df56:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.alerts-feed-grid-7422df56 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.alert-card-7422df56 {
    border-radius: 18px;
    padding: 18px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.alert-card-7422df56:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.alert-header-7422df56 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

.alert-sender-7422df56 {
    display: inline-flex;
    align-items: center;
    color: #e11d48;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.alert-icon-dot-7422df56 {
    width: 8px;
    height: 8px;
    background-color: #e11d48;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    animation: alert-pulse-7422df56 1.8s infinite;
}

.alert-meta-7422df56 {
    color: #64748b;
}

.alert-title-7422df56 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

.alert-message-7422df56 {
    font-size: 15px;
    line-height: 1.5;
    color: #334155;
}

.alert-message-7422df56 p {
    margin: 0;
}

.no-alerts-found-7422df56 {
    text-align: center;
    padding: 40px;
    color: #94a3b8;
    font-style: italic;
}

@keyframes alert-pulse-7422df56 {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}
