.mec-eventoro-bar,
.mec-eventoro-bar-wrap,
.mec-eventoro-bar * {
    box-sizing: border-box;
}

.mec-eventoro-bar-wrap {
    max-width: 100vw;
    overflow-x: clip;
    width: 100%;
}

.mec-eventoro-bar-wrap > .mec-eventoro-bar {
    align-items: center;
    background: #f28900;
    border: 2px solid #111827;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(17, 24, 39, 0.22);
    color: #111827;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 100px);
    min-height: 72px;
    padding: 16px 24px;
    width: 100%;
}

.mec-eventoro-bar-wrap > .mec-eventoro-bar .mec-eventoro-bar__content {
    min-width: 0;
}

.mec-eventoro-bar__meta,
.mec-eventoro-bar__details {
    overflow-wrap: anywhere;
}

.mec-eventoro-bar__meta {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.mec-eventoro-bar__details {
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 4px;
}

.mec-eventoro-bar__button {
    align-items: center;
    background: #111827;
    border: 2px solid #111827;
    border-radius: 10px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    white-space: nowrap;
}

.mec-eventoro-bar__button:hover,
.mec-eventoro-bar__button:focus {
    background: #ffffff;
    color: #111827;
    text-decoration: none;
}

.mec-eventoro-bar__button:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.88), 0 0 0 5px #111827;
    outline: 0;
}

.mec-eventoro-bar--notice {
    background: #fff8e6;
    border-color: #b45309;
    box-shadow: none;
    color: #111827;
    font-weight: 600;
    min-height: 0;
}

@media (max-width: 700px) {
    .mec-eventoro-bar-wrap {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        right: 50%;
        width: 100vw;
    }

    .mec-eventoro-bar-wrap > .mec-eventoro-bar {
        align-items: stretch;
        border-radius: 14px;
        flex-direction: column;
        gap: 12px;
        max-width: 100% !important;
        min-height: 0;
        padding: 14px 16px;
        width: 100% !important;
    }

    .mec-eventoro-bar__meta,
    .mec-eventoro-bar__details {
        font-size: 15px;
    }

    .mec-eventoro-bar__button {
        white-space: normal;
        width: 100%;
    }
}
