.cd-route-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.35rem;
margin: 0.5rem 0;
padding: 0.55rem 1rem;
min-height: 2.75rem;
border: 1px solid #cbd5e1;
border-radius: 8px;
background: #f8fafc;
color: #0f172a !important;
font-size: 0.95rem;
font-weight: 600;
line-height: 1.2;
text-decoration: none !important;
}
.cd-route-btn:hover,
.cd-route-btn:focus-visible {
background: #e2e8f0;
border-color: #94a3b8;
outline: 2px solid #2563eb;
outline-offset: 2px;
}
.cd-route-wrap {
margin: 0.35rem 0 0.75rem;
}
@media (max-width: 781px) {
.single-mec-events .cd-route-btn {
width: 100%;
}
}