﻿.custom-header {
    gap: 1rem;
    flex-grow: 1;
    display: flex;
    line-height: 1.5;
    align-items: center;
}

.custom-title {
    color: #0054C6;
}

.bit-acd {
    border-radius: 2px; /* Rounded edges */
    box-shadow: 0 2px 6px rgba(37, 117, 252, 0.5); /* Soft glow */
    opacity: 0.85;
    transition: opacity 0.3s ease;
}
