/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
.evge-event-list-details .evge-event-list-meta-wrap .evge-event-list-cost, .evge-event-list-details .evge-about-detail-duration{
    display: none;
}
.evge .evge-event-list-details h3 a {
    font-style: normal !important;
    font-weight: 900 !important;
    color: var(--e-global-color-secondary) !important;
    line-height: 1 !important;
}
/* =========================
   BACKGROUND SECTION
========================= */
.evge-event-list-wrapper {
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
    padding: 60px 0;
}

/* =========================
   GRID SPACING
========================= */
.evge-event-list-item-wrap {
    padding: 20px;
}

/* =========================
   CARD PREMIUM
========================= */
.evge-event-list-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px;

    border: 1px solid #e5e7eb;

    box-shadow:
        0 4px 10px rgba(0,0,0,0.04),
        0 10px 25px rgba(0,0,0,0.06);

    transition: all 0.3s ease;

    display: flex;
    flex-direction: column;
    height: 100%;
}

.evge-event-list-item:hover {
    transform: translateY(-6px);
    box-shadow:
        0 10px 20px rgba(0,0,0,0.06),
        0 20px 40px rgba(0,0,0,0.08);
}

/* =========================
   IMAGE
========================= */
.evge-event-list-featured-image {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 14px;
}

.evge-event-list-featured-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.evge-event-list-item:hover img {
    transform: scale(1.04);
}

/* =========================
   BADGE (FIX PREMIUM)
========================= */
.evge-event-list-item::before {
    content: "Upcoming";
    position: absolute;
    top: 22px;
    left: 22px;

    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(6px);

    color: #334155;
    font-size: 11px;
    font-weight: 600;

    padding: 6px 10px;
    border-radius: 999px;

    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* =========================
   TITLE
========================= */
.evge-event-list-details h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #0f172a;

    margin: 0 0 6px;

    min-height: calc(1.4em * 2);
    max-height: calc(1.4em * 2);
    overflow: hidden;
}

.evge-event-list-details h3 a {
    text-decoration: none;
    color: inherit;
}

/* =========================
   DATE
========================= */
.evge-event-list-date {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* =========================
   DURATION
========================= */
.evge-about-detail-duration {
    font-size: 12px;
    color: #94a3b8;
}

/* =========================
   BUTTON (FIX MAJEUR)
========================= */
.evge-event-list-actions {
    margin-top: auto;
    padding-top: 14px;
}

.evge-event-list-actions .evge-button {
    background: #2f5f7a !important;
    color: #ffffff !important;
    border: none !important;

    border-radius: 10px;
    padding: 10px 16px;

    font-size: 13px;
    font-weight: 600;

    display: inline-flex;
    align-items: center;
    gap: 6px;

    box-shadow: 0 6px 16px rgba(47, 95, 122, 0.25);
    transition: all 0.25s ease;
}

.evge-event-list-actions .evge-button:hover {
    background: #244a60 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(47, 95, 122, 0.35);
}

.evge .evge-filter-bar-form , .evge-pagination-top, .evge-event-list-item::before
Specificity: (0,1,1)
  {
    display: none !important;
}
.evge-pagination-top {
    display: none !important;
}
.evge-grid-layout {
    gap: inherit !important;
}
@media (max-width: 767px) {
    .vousetes {
        width: 75%;
        max-width: 75%;
        margin-inline: auto;
    }
}

a:focus, 
input[type=checkbox]:focus, 
input[type=file]:focus, 
input[type=radio]:focus {
    outline: none !important;
}
