
.bg-custom-primary {
    background-color: #e83e8c !important;
}

.border-custom-primary {
    border-color: #e83e8c !important;
}

.priority-card {
    border-left: 4px solid #e83e8c;
    transition: all 0.3s ease;
}

.priority-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(232, 62, 140, 0.1);
}

.topic-card {
    scroll-margin-top: 20px;
}

.btn-custom-primary {
    background-color: #e83e8c !important;
    border-color: #e83e8c !important;
    color: white !important;
}

.btn-custom-primary:hover {
    background-color: #d42a7a !important;
    border-color: #d42a7a !important;
}