.mec-single__sidebar {
    width: 100%;
    max-width: 300px;
    padding: 20px;
    margin-top: 30px;
    background-color: #fff;
    border-left: 4px solid #7e0926;
}

.mec-single__sidebar-heading {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #7e0926;
}

.mec-single__sidebar-box p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #333;
}

.mec-single__ticket-btn {
    display: inline-block;
    margin-top: 15px;
    background-color: #7e0926;
    color: white;
    padding: 10px 16px;
    text-decoration: none;

    font-weight: bold;
    transition: background-color 0.3s ease;
}

