:root {
    --accent: #D32626;
    --accent-hover: #E53935;
    --accent-light: rgba(211, 38, 38, 0.15);
    --accent-glow: rgba(211, 38, 38, 0.3);
}

.text-gradient {
    background: linear-gradient(135deg, var(--accent), #ff6b6b, #ffa07a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pagedrop-edit-banner {
    background: linear-gradient(135deg, #D32626 0%, #E53935 100%) !important;
    box-shadow: 0 4px 20px rgba(211, 38, 38, 0.3) !important;
}

.pagedrop-edit-banner .button-hero {
    color: #D32626 !important;
}

.pagedrop-edit-banner .button-hero:hover {
    color: #b71c1c !important;
}
