.mv-directions-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
    max-width: max-content;
    padding: 8px 16px;
    margin: 12px 0;
    border: 1px solid #d4a017;
    border-radius: 999px;
    background: #fff8e6;
    color: #7a0000;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
}

.mv-directions-button:hover {
    background: #f5e6bd;
}