span.wpdevs_date, 
span.wpdevs_month {
    display: contents;
    margin-right: 5px;
}

div.wpdevs_grid_item {
    padding: 5px;
}
img.wpdevs_event_img {
    width: 100%;
    height: 250px;
    aspect-ratio: 16/11;
        object-fit: cover;
    object-position: center;
}
.wpdevs_details {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    margin-top: 0;
}
.wpdevs_date_area {
    color: #fff;
    min-height: 140px;
    max-height: 140px;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-image: linear-gradient(199deg, #F68A49 0%, #DC5F86 50%, #272761 85%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: "Knockout", Sans-serif;
}
.wpdevs_tile_button {
    text-transform: uppercase;
    background-color: #E4E4E4;
    padding: 20px;
    height: 140px;
}
.wpdevs_grid_title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    color: #000;
    overflow: hidden;
    font-family: "Knockout", sans-serif;
    white-space: nowrap; /* Prevent line breaks */
}

.wpdevs_grid_title a{
    text-decoration: none;
    color: #000;
}
.wpdevs_info_buttons {
    display: flex;
}

a.wpdevs_details_button, 
a.wpdevs_ticket_button{
    padding: 8px 19px;
    display: inline;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: 700;
    font-family: "Universe Cond Bold", Sans-serif;
    font-size: 1rem;
    text-align: center;
}

a.wpdevs_details_button {
    border: 4px solid #F7941D;
    color: #F7941D !important;
    margin-right: 10px;
}
a.wpdevs_details_button:hover,
a.wpdevs_details_button:focus
{
    border: 4px solid #F7941D !important;
    color: #F7941D !important;
}
a.wpdevs_ticket_button {
    border: 4px solid #29265F !important;
    color: #29265F !important;
    padding: 8px 19px;
}

.wpdevs_col-md-8 a.wpdevs_ticket_button {
    border: 4px solid #29265F;
    color: #29265F;
}

a.wpdevs_ticket_button:hover,
a.wpdevs_ticket_button:focus {
    border: 4px solid #29265F !important;
    color: #29265F !important;
}
.wpdevs_no_tickets{
    font-family: var(--e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight );
    color: #000000;
    font-size: 1.5rem;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .wpdevs_grid_title {
        font-size: 25px;
    }
    a.wpdevs_details_button, 
    a.wpdevs_ticket_button{
        font-size: 15px;
        padding: 5px 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wpdevs_grid_title {
        font-size: 20px;
    }
    a.wpdevs_details_button, 
    a.wpdevs_ticket_button{
        font-size: 14px;
        padding: 5px 8px;
        margin-bottom: 5px;
        display: inline-block;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .wpdevs_grid_title {
        font-size: 20px;
    }
    a.wpdevs_details_button, 
    a.wpdevs_ticket_button{
        font-size: 14px;
        padding: 5px 8px;
        margin-bottom: 5px;
        display: inline-block;
    }
}

@media (min-width: 200px) and (max-width: 575px) {
    div.wpdevs_grid_item {
        text-align: center;
        margin-bottom: 10px;
    }
    .wpdevs_grid_title {
        font-size: 30px;
    }
    a.wpdevs_details_button, 
    a.wpdevs_ticket_button{
        font-size: 20px;
        padding: 5px 8px;
        margin-bottom: 5px;
        display: inline-block;
    }
}