.wpdevs_widget_upcoming_event {
    width: 100%;
    max-width: 600px;
    position: relative;
    display: flex;
}

.wpdevs_widget_upcoming_event:after {
    content: "";
    background-color: #d3cdcd;
    position: absolute;
    height: 1px;
    width: 96%;
    max-width: 600px;
    bottom: 0;
    left: 5px;
}

.wpdevs_widget_event_image {
    width: 33%;
    max-width: 200px;
    margin-top: 7px !important;
}

.wpdevs_widget_event_image img {
    width: 100%;
    max-width: 200px;
    max-height: 150px;
}

.wpdevs_widget_event_details {
    width: 76%;
    max-width: 400px;
    padding: 10px;
}

h2.wpdevs_widget_event_title {
    margin-top: 0;
    margin-bottom: 20px;
    white-space: nowrap;
    width: 95%;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpdevs_widget_event_link {
    text-decoration: none;
    color: inherit;
}

.wpdevs_widget_event_excerpt {
    display: -webkit-box;
    width: 100%;
    max-width: 360px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
header.tribe-events-widget-events-list__header h2.tribe-events-widget-events-list__header-title::after {
    content: "";
    width: 100%;
    height: 0px;
    display: block;
    border-bottom-style: double;
    border-color: #999;
}


.sidebar-inner-wrap a.wpdevs_widget_event_link {
    font-size: 16px !important;
    font-weight: bold;
}

.sidebar-inner-wrap .wpdevs_widget_event_excerpt {
    font-size: 12px;
}
.sidebar-inner-wrap span.tribe-event-date-start, .sidebar-inner-wrap span.tribe-event-date-end {
    font-size: 11px;
}
h2.wpdevs_widget_event_title {
    font-size: 16px !important;
    padding-bottom: 5px;
}

.wpdevs_widget_upcoming_event {
    display: -webkit-inline-box !important;
}
.wpdevs_widget_event_details {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.wpdevs_widget_upcoming_event:after {
    content: "";
    background-color: #d3cdcd;
    position: absolute;
    height: 1px;
    width: 96%;
    max-width: 600px;
    bottom: -7px;
    left: 5px;
}
.wpdevs_widget_upcoming_event {
    margin-bottom: 15px !important;
}

h2.tribe-events-widget-events-list__header-title {
    font-size: 22px !important;
}
#primary .tribe-common.tribe-events {
    max-width: var(--global-content-width);
    margin: 0 auto;
}
@media only screen and (max-width:380px) {
    .wpdevs_widget_upcoming_event {
        display: block;
    }

    .wpdevs_widget_event_image {
        max-width: 400px;
        width: 100%;
    }

    .wpdevs_widget_event_image img {
        max-width: 380px;
        width: 100%;
    }

    .wpdevs_widget_event_details {
        width: 95%;
        padding: 10px;
    }

}