#push-notification-settings .push-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

#push-notification-settings .push-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #667eea;
}

#push-notification-settings .push-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

#push-notification-settings .push-preferences {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px;
}

#push-notification-settings .push-preferences .form-check {
    margin-bottom: 10px;
}

#push-notification-settings .push-preferences .form-check:last-child {
    margin-bottom: 0;
}

#push-message {
    display: none;
    margin-top: 12px;
    margin-bottom: 0;
}
