﻿
.bit-hdr {
    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;
}
