/**
 * Custom CSS for Design 1 Theme
 * Add your custom styles here
 */

/* Exchange rate info box styling */

.border-info-light {
    border-color: #b3d9ff !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bg-info-light {
        font-size: 11px;
    }
}