/* css/sub/pages/events.css - FİNAL V138.8 (LINE WIDTH FIX) */

/* !!! KRİTİK: OVERFLOW KİLİDİ !!! */
body, html {
    overflow: visible !important;
    overflow-x: clip !important;
}

/* --- LOAD MORE BUTTON & MESSAGE STYLES --- */
.ev-hidden-item {
    display: none !important;
}

.ev-load-more-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column; 
    align-items: center;
    margin-top: 55px; 
    margin-bottom: 70px; 
}

.ev-load-more-btn {
    width: 150px;
    height: 40px;
    background-color: #00325B; 
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-transform: none; 
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ev-load-more-btn:hover {
    background-color: #00325B; 
}

.ev-load-more-btn:disabled {
    background-color: #5a7a94;
    cursor: default;
}

/* BİTİŞ MESAJI STİLİ */
.ev-no-more-items {
    display: none; 
    background-color: #f2f2f2;
    color: #00325B;
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 10px 20px;
    text-align: left; 
    width: auto;
    max-width: 100%;
    align-self: flex-start; 
    margin-left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* --- LOADER STYLES --- */
.ev-loader-overlay {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex; 
    justify-content: center; 
    align-items: center;
    opacity: 1; 
    visibility: visible; 
    transition: opacity 0.5s ease, visibility 0.5s;
}

.ev-loader-overlay.hide {
    opacity: 0;
    visibility: hidden;
}

.ev-loader-bg {
    width: 80px; 
    height: 80px; 
    background: #fff;
    border-radius: 50%; 
    box-shadow: none;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.ev-loader-icon {
    width: 75px; 
    height: 75px; 
    display: block; 
    object-fit: contain; 
    transform: scale(1.1);
    animation: evSpin 1s linear infinite;
}

@keyframes evSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ev-card-wrapper {
    opacity: 0; 
}

/* STANDART KISIMLAR (Hero, Breadcrumb vb.) */
.ev-hero {
    position: relative;
    width: 100%;
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 3rem !important;
    box-sizing: border-box;
}

.ev-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,50,91,0.3), rgba(0,50,91,0.9));
    z-index: 1;
}

.ev-hero .sub-page-container {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
}

.ev-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    display: block !important;
}

.ev-hero-content h1, 
.ev-hero-subtitle {
    max-width: 100% !important;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ev-hero-content h1 {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.ev-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    opacity: 0.95;
    color: #ffffff;
}

/* --- BREADCRUMB --- */
.page-breadcrumb {
    padding: 1.5rem 0; 
    font-size: 0.9rem; 
    color: #666; 
    margin-bottom: 0 !important;
    border-bottom: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0 !important;
}

.page-breadcrumb a { 
    color: #00325B; 
    text-decoration: none; 
    font-weight: 600; 
    transition: color 0.2s;
}

.page-breadcrumb a:hover { 
    color: #0071CE; 
}

.page-breadcrumb span { 
    margin: 0 0.5rem; 
    color: #ccc; 
    font-weight: 400;
}

.page-breadcrumb strong { 
    color: #666; 
    font-weight: 700; 
}

/* ------------------------------------ */

.ev-page-title {
    font-family: 'Inter', sans-serif;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
    color: #00325B;
    margin-top: 20px;
    margin-bottom: 50px;
    text-transform: none !important;
}

.ev-separator {
    width: 100%;
    height: 4px;
    background-color: #00325B;
    border: none;
    margin-top: 0;
    margin-bottom: 30px;
}

.ev-contact-bar {
    background-color: transparent;
    border-left: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 108px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.ev-contact-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px !important;
    font-weight: 600 !important;
    line-height: 44px !important;
    color: #00325B;
    text-transform: uppercase;
    display: block;
    margin-bottom: 50px;
}

.ev-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: flex-start;
}

.ev-contact-info {
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #444;
}

.ev-contact-info strong {
    color: #00325B;
    font-weight: 700;
}

.ev-contact-name {
    color: #00325B !important;
    font-weight: 700 !important;
}

.ev-contact-link {
    color: #0071CE;
    font-weight: 600;
    text-decoration: none;
}

.ev-contact-link:hover {
    text-decoration: underline;
}

/* --- MAIN TABS (DÜZELTME: Çizgi Sadece İçerik Kadar) --- */
.ev-main-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    
    /* KONTEYNER ÇİZGİSİ KALDIRILDI - Sadece içerik kadar olması için butonlara taşındı */
    border-bottom: none; 
    
    /* SCROLL AYARLARI */
    width: 100%;
    flex-wrap: nowrap; 
    overflow-x: auto; 
    padding-right: 20px; 
    
    /* Scrollbar gizleme */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ev-main-tabs::-webkit-scrollbar {
    display: none;
}

.ev-main-tab {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    color: #00325B;
    
    /* PASİF DURUM (İnce Çizgi) */
    /* Padding: 15px + 6px (eski gap) = 21px. 
       Böylece 1px border ile toplam yükseklik korunur. */
    padding: 0 22px 21px 22px; 
    border-bottom: 1px solid #00325B; /* İnce çizgi buraya taşındı */
    
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: capitalize;
    
    /* SIKIŞMAYI ÖNLE */
    flex-shrink: 0;
}

.ev-main-tab.active {
    color: #00325B;
    font-weight: 700;
    background-color: transparent;
    
    /* AKTİF DURUM (Kalın Çizgi) */
    /* Padding: 15px (Orijinal). Border: 7px (6px + 1px container payı).
       Konum birebir aynı kalır. */
    padding-bottom: 15px;
    border-bottom: 7px solid #00325B;
}

.ev-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    color: #435F6C !important;
    text-transform: uppercase;
    margin-top: 65px;
    margin-bottom: 33px;
    letter-spacing: 2px;
}

.ev-section-desc {
    font-family: 'Inter', sans-serif;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
    color: #00325B;
    margin-top: 0 !important;
    margin-bottom: 40px;
    max-width: 1000px;
}

/* --- SUB TABS (DÜZELTME: Çizgi Sadece İçerik Kadar) --- */
.cr-text-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    border-bottom: none; /* Konteyner çizgisi kaldırıldı */
    
    /* SCROLL AYARLARI */
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-right: 20px;
    
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cr-text-tabs::-webkit-scrollbar {
    display: none;
}

.cr-text-tab {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    color: #00325B;
    
    /* PASİF DURUM */
    padding: 0 22px 21px 22px;
    border-bottom: 1px solid #00325B;
    
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: capitalize;
    
    /* SIKIŞMAYI ÖNLE */
    flex-shrink: 0;
}

.cr-text-tab.active {
    color: #00325B;
    font-weight: 700;
    background-color: transparent;
    
    /* AKTİF DURUM */
    padding-bottom: 15px;
    border-bottom: 7px solid #00325B;
}

.ev-tabs-spacer {
    width: 100%;
    height: 30px;
}

/* --- FILTER TABS (REVİZE: Yatay Scroll & Padding Fix) --- */
.st-tabs-wrapper {
    display: flex;
    /* Wrap iptal, Scroll aktif */
    flex-wrap: nowrap; 
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 0 !important;
    
    /* SCROLL AYARLARI */
    overflow-x: auto;
    padding-right: 20px; 
    width: 100%;
    
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.st-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.st-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 20px !important;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize !important;
    white-space: nowrap;
    letter-spacing: -0.49px;
    color: #00325B;
    background-color: transparent;
    border: 4px solid #C6CFDA !important;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    
    /* SIKIŞMAYI ÖNLE */
    flex-shrink: 0;
}

.st-tab-btn:hover {
    background-color: transparent;
    color: #00325B;
}

.st-tab-btn.active {
    font-weight: 400 !important;
    color: #00325B !important;
    border-color: #C6CFDA !important;
    background-color: #c6cfda !important;
}

.ev-view-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px; 
    margin-bottom: 20px;
}

.view-toggle-btn {
    background-color: #F2F2F2 !important; 
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0; 
    transition: all 0.3s;
    padding: 0; 
    flex-shrink: 0;
    width: 50px; 
    height: 50px;
    color: #cbd5e1; 
    outline: none !important;
}

.view-toggle-btn:focus { 
    outline: none !important; 
}

.view-toggle-btn svg {
    display: block;
    margin: 0 auto;
    fill: currentColor;
}

.view-toggle-btn.active {
    background-color: #F2F2F2 !important; 
    opacity: 1;
    color: #0071CE !important;
}

/* =======================================================================
   GRID VIEW - BASE (Normal Desktop)
   ======================================================================= */
.ev-grid-wrapper {
    width: 100%;
}

.ev-grid {
    display: grid;
    /* DÜZELTME: Sabit piksel (345px) yerine 1fr ile esnek yapıldı. */
    /* Böylece sağdaki boşluk dolar ve son kutu sağ çizgiye hizalanır. */
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px; 
    margin-bottom: 100px;
    position: relative;
    align-items: start;
    justify-content: start; 
}

.ev-card-wrapper {
    display: block;
    width: 100%; /* Kapsayıcının %100'ünü kapla */
}

.ev-list-desc {
    display: none;
}

.ev-card {
    background: #f2f2f2;
    border: none;
    width: 100% !important; 
    height: 495px !important;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    box-shadow: none !important;
    transition: none !important;
    z-index: 5;
}

.ev-card.open {
    z-index: 50;
}
.ev-card-wrapper.opened-wrapper .ev-card {
    z-index: 50;
    border-bottom: none !important;
}

.ev-card-img {
    width: 100% !important;
    height: 155px !important;
    overflow: hidden;
    position: relative;
}

.ev-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none !important;
    transform: none !important;
}

.ev-card-body {
    width: 100% !important;
    height: 280px !important;
    padding: 24px 15px 0 30px !important; 
    box-sizing: border-box;
    display: block;
}

.ev-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    color: #00325B;
    margin-bottom: 20px;
    margin-top: 0 !important;
    min-height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ev-date-row {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
}

.ev-date-label { font-weight: 400; color: #000; }
.ev-date-val { font-weight: 700; color: #000; }

.ev-internal-actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px; 
}

.ev-seats-info {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.ev-seats-label {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #00325B;
}

.ev-seats-count {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #00325B;
    margin-top: 0;
}

.ev-register-btn {
    width: 130px; 
    height: 50px;
    background-color: #009fe3; 
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.3s;
    box-sizing: border-box;
    margin-top: 2px;
}

.ev-register-btn:hover {
    background-color: #007bb5;
}

.ev-register-btn.disabled {
    background-color: #cfd8dc !important; 
    cursor: default;
    pointer-events: none;
    opacity: 0.7;
}

.ev-card-accordion-btn {
    width: 100%;
    height: 60px !important;
    background-color: #eaf4fc; 
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    padding-left: 30px; 
    gap: 20px; 
    transition: background 0.3s;
    margin-top: auto;
    
    /* BLUE BORDER FIX: FOCUS ÖZELLİĞİ */
    outline: none !important;
    box-shadow: none !important;
}

.ev-card-accordion-btn:hover {
    background-color: #dbeeff;
}

.ev-card-accordion-btn:focus,
.ev-card-accordion-btn:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.ev-card.open .ev-card-accordion-btn {
    background-color: #EBF5FC !important;
}

.ev-card-accordion-btn .btn-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #00325B; 
    text-transform: uppercase;
}

.ev-acc-icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0s; 
    transform: rotate(90deg);
    margin-left: -5px; 
}

.ev-acc-icon svg {
    stroke: #00325B;
    stroke-width: 2;
}

.ev-card.open .ev-acc-icon {
    transform: rotate(90deg) scaleX(-1);
}

.btn-icon svg {
    width: 24px;
    height: 14px;
    stroke: #fff;
    stroke-width: 2;
    transform: none; 
}

.btn-text-apply {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}


/* =======================================================================
   LIST VIEW
   ======================================================================= */
body .ev-grid.list-view {
    display: flex;
    flex-direction: column;
    gap: 0; 
    grid-template-columns: 1fr;
    border-top: 2px solid #00325B; 
    width: 100%; 
}

body .ev-grid.list-view .ev-card-wrapper {
    width: 100%; 
    display: block;
}

body .ev-grid.list-view .ev-card {
    width: 100% !important; 
    /* List View Padding: 30px Top/Bottom */
    padding: 30px 0 30px 0 !important;
    min-height: 250px !important; 
    height: auto !important;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start !important;
    background: #fff; 
    position: relative;
    z-index: 1; 
    box-sizing: border-box;
    border-bottom: 2px solid #00325B !important; 
}

body .ev-grid.list-view .ev-card.open {
    border-bottom-color: transparent !important;
    transition: border-bottom 0s !important; 
}

body .ev-grid.list-view .ev-card-img {
    display: none;
}

body .ev-grid.list-view .ev-card .ev-card-body {
    width: 100% !important;
    height: 100% !important; 
    padding: 0 !important;     
    display: flex;
    flex-direction: row;
    align-items: stretch !important;       
    justify-content: space-between;
    background: transparent;
    box-sizing: border-box; 
    margin: 0 !important;
    flex-grow: 1; 
}

body .ev-grid.list-view .ev-info-group {
    flex: 1;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start !important; 
    height: 100%; 
    gap: 0; 
    padding-right: 30px;
}

body .ev-grid.list-view .ev-card-title {
    margin: 0 !important; 
    padding-top: 0 !important;
    min-height: 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    -webkit-line-clamp: unset;
    color: #00325B; 
    margin-bottom: 5px !important; 
}

body .ev-grid.list-view .ev-date-row {
    margin: 0 !important; 
}
body .ev-grid.list-view .ev-dates-container {
    display: flex;
    gap: 20px;
    margin-bottom: 0 !important; 
}

body .ev-grid.list-view .ev-list-desc {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; 
    color: #333; 
    max-width: 550px;
    padding-top: 20px !important;
    min-height: 20px !important; 
    margin-top: 0 !important;
    margin-bottom: 30px !important; 
    height: auto !important;
}

body .ev-grid.list-view .ev-internal-actions {
    align-self: center !important; 
    margin-top: 30px !important; 
    margin-bottom: 0 !important; 
    margin-left: auto; 
    gap: 60px; 
    padding-top: 0; 
}

body .ev-grid.list-view .ev-seats-info {
    text-align: center;
}
body .ev-grid.list-view .ev-seats-label {
    font-size: 18px !important; 
    margin-bottom: 2px;
}
body .ev-grid.list-view .ev-seats-count {
    font-size: 29px !important; 
    margin: 0;
}

body .ev-grid.list-view .ev-card-accordion-btn {
    height: 30px !important; 
    background: transparent !important;
    padding-left: 0;
    justify-content: flex-start;
    margin-top: auto !important; 
    margin-bottom: 0 !important; 
    padding-bottom: 0 !important;
    border-top: none;
    color: #000;
    align-self: flex-start;
}
body .ev-grid.list-view .ev-card-accordion-btn:hover {
    background: transparent;
    opacity: 0.7;
}

/* =======================================================================
   DETAILS ROW - BASE (Normal Desktop)
   ======================================================================= */
body .ev-hidden-details-source { display: none; }

/* Wrapper - Grid View */
body .ev-details-full-row {
    grid-column: 1 / -1;
    background-color: transparent; 
    color: #00325B; 
    box-sizing: border-box; 
    
    /* NORMAL DESKTOP GAP FIX: GAP 40px */
    margin-top: -40px !important; 
    margin-bottom: 40px !important; 
    
    padding: 0 !important;   
    height: 0;
    overflow: hidden; 
    opacity: 0;
    
    transition: height 0.4s ease-out, opacity 0.4s ease-out;
    width: 100%;
    position: relative;
    /* Kartın altında kalmalı */
    z-index: 4;
}

body .ev-details-full-row.active {
    opacity: 1;
    margin-bottom: 0 !important; 
}

/* Wrapper - LIST VIEW (BASE RESTORED) */
/* Normal görünümde birbirine girmeyi engellemek için -30px'i kaldırdık */
body .ev-grid.list-view .ev-details-full-row {
    /* Sadece sınır çizgisinin üstüne binmesi için -2px */
    margin-top: -2px !important;
    margin-bottom: 0;
    border-bottom: 0px solid transparent;
    z-index: 20; 
}

body .ev-grid.list-view .ev-details-full-row.active {
     margin-top: -2px !important; 
     margin-bottom: 0 !important;
     border-bottom: 2px solid #00325B !important; 
}

/* Inner Content */
body .ev-details-inner {
    padding: 30px 40px 70px 40px; 
    box-sizing: border-box;
    /* BACKGROUND RENGİ - BUTONLA EŞİT */
    background-color: #EBF5FC !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    
    /* Yama: Üstte beyaz çizgi kalırsa diye yukarı doğru gölge */
    box-shadow: 0 -5px 0 0 #EBF5FC !important;
}

body .ev-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    height: auto; 
    box-sizing: border-box; 
}

body .ev-det-col h4 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #00325B; 
    margin-bottom: 15px;
    text-transform: uppercase;
}

body .ev-det-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body .ev-det-col ul li {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #00325B; 
    margin-bottom: 3px !important; 
    position: relative;
    padding-left: 15px;
}

body .ev-det-col ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #00325B;
    font-weight: bold;
}

body .ev-det-col p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #00325B; 
    margin-bottom: 20px;
}

body .ev-det-block {
    margin-bottom: 25px;
}

body .ev-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #00325B !important;
}

/* =======================================================================
   RESPONSIVE
   ======================================================================= */

@media (max-width: 1200px) {
    .ev-grid {
        /* Tablette de esnek 2 kolon */
        grid-template-columns: repeat(2, 1fr);
        gap: 30px; 
    }
    .ev-grid.list-view {
        grid-template-columns: 1fr; 
    }
    .ev-details-full-row {
        /* Tablette gap 30px */
        margin-top: -30px !important; 
        margin-bottom: 30px !important;
    }
    .ev-details-full-row.active {
        margin-bottom: 0 !important;
    }
    .ev-details-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .ev-grid {
        grid-template-columns: 1fr; 
        gap: 20px; 
    }
    .ev-details-full-row {
        margin-top: -20px !important; 
        margin-bottom: 20px !important;
    }
    .ev-details-full-row.active {
        margin-bottom: 0 !important;
    }
    
    body .ev-grid.list-view .ev-card-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        height: auto !important;
        padding-bottom: 20px !important;
    }
    
    body .ev-grid.list-view .ev-card {
        min-height: auto !important;
    }
    
    body .ev-grid.list-view .ev-internal-actions {
        margin-top: 20px !important; 
    }
    
    body .ev-grid.list-view .ev-card-accordion-btn {
        margin-top: 20px !important; 
    }
}

/* =======================================================================
   FLUID SCALE (2K ve 4K EKRANLAR - 2000px+)
   Revizyonlar:
   1. Eşik 2000px'e çekildi (1920px Düzeltmesi).
   2. Hero Banner: Kariyer sayfası ile birebir font ve yükseklik eşitlendi.
   3. Tab Butonları: Kariyer sayfası ile birebir boyut eşitlendi.
   ======================================================================= */
@media (min-width: 2000px) {
    
    /* 1. HERO ALANI SCALE (Kariyer Standardı) */
    .ev-hero { 
        height: 550px !important; 
        min-height: 550px !important; 
        max-height: 550px !important; 
    }

    .ev-hero-content h1 { 
        font-size: 3.75rem !important; 
        margin-bottom: 0.5rem !important; 
    }

    .ev-hero-subtitle { 
        font-size: 1.5rem !important; 
        opacity: 0.95 !important;
    }

    /* 2. GENEL BAŞLIKLAR & TABLAR */
    .ev-page-title { 
        font-size: 56px !important; 
        line-height: 1.2 !important; 
        margin-bottom: 70px !important; 
    }

    .ev-contact-title { 
        font-size: 42px !important; 
    }

    .ev-section-title { 
        font-size: 28px !important; 
        letter-spacing: 3px !important; 
    }

    .ev-section-desc { 
        font-size: 56px !important; 
        line-height: 1.2 !important; 
        max-width: 1300px !important; 
    }
    
    /* TAB PADDING UPDATE */
    .ev-main-tab, 
    .cr-text-tab { 
        font-size: 26px !important; 
        padding: 0 30px 26px 30px !important; 
    }
    
    .ev-main-tab.active,
    .cr-text-tab.active {
        padding-bottom: 20px !important;
    }

    /* TAB BUTTONS (Kariyer Standardı) */
    .st-tab-btn { 
        font-size: 18px !important;      
        font-weight: 600 !important;
        line-height: 27px !important;
        height: 55px !important;         
        padding: 0 25px !important;      
        width: auto !important;
        text-transform: uppercase !important;
    }

    /* 3. GRID VIEW & KARTLAR (ETKİNLİKLER ÖZEL) */
    .ev-grid {
        grid-template-columns: repeat(3, 500px) !important;
        justify-content: space-between !important;
        gap: 60px 0 !important; 
    }

    .ev-card {
        height: 645px !important; 
        position: relative !important;
        width: 100% !important; 
    }

    .ev-card-img { 
        height: 240px !important; 
        width: 100% !important;
    }

    .ev-card-body { 
        height: 330px !important; 
        padding: 35px 25px 0 40px !important; 
    }

    .ev-card-title { 
        font-size: 28px !important; 
        line-height: 1.3 !important; 
        min-height: 74px !important; 
        margin-bottom: 25px !important; 
    }

    .ev-date-row { 
        font-size: 18px !important; 
    }
    
    .ev-internal-actions { 
        margin-top: 45px !important; 
    }

    .ev-seats-label { 
        font-size: 18px !important; 
    }

    .ev-seats-count { 
        font-size: 40px !important; 
    }

    .ev-register-btn { 
        width: 160px !important; 
        height: 60px !important; 
        font-size: 18px !important; 
    }

    /* BUTON */
    .ev-card-accordion-btn {
        height: 75px !important;
        padding-left: 40px !important;
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    .ev-card-accordion-btn:focus,
    .ev-card-accordion-btn:active,
    .ev-card-accordion-btn:hover {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

    /* REVİZE: Bilgileri Göster Metni */
    .ev-card-accordion-btn .btn-text { 
        font-size: 24px !important;  /* Güncellendi */
        font-weight: 400 !important; /* Güncellendi */
    }

    /* 4. AÇILAN KUTU - GRID VIEW */
    .ev-grid:not(.list-view) .ev-details-full-row {
        margin-top: -60px !important; 
        margin-bottom: 60px !important; 
        z-index: 4 !important; 
    }
    
    .ev-grid:not(.list-view) .ev-details-full-row.active {
        margin-bottom: 0 !important; 
    }

    /* 5. LIST VIEW FLUID GAP FIX */
    body .ev-grid.list-view .ev-details-full-row {
        margin-top: -60px !important;
        margin-bottom: 0 !important;
    }

    body .ev-grid.list-view .ev-details-full-row.active {
        margin-top: -60px !important;
    }

    /* 6. İÇERİK BOŞLUKLARI */
    .ev-details-inner {
        padding: 0 !important; 
        box-shadow: 0 -5px 0 0 #EBF5FC !important;
    }

    .ev-details-grid {
        padding: 40px 95px 45px 95px !important;
        gap: 60px !important;
        max-width: 1635px !important; 
    }
    
    .ev-det-col h4 { 
        font-size: 18px !important; 
        margin-bottom: 20px !important; 
    }

    .ev-det-col ul li, 
    .ev-det-col p { 
        font-size: 16px !important; 
        line-height: 1.7 !important; 
    }

    .ev-price { 
        font-size: 24px !important; 
    }

    .ev-load-more-btn { 
        height: 50px !important; 
        width: 210px !important; 
        font-size: 24px !important; 
    }

    /* 7. LIST VIEW SCALE */
    body .ev-grid.list-view .ev-card { 
        min-height: 300px !important; 
        padding: 45px 0 !important; 
    }

    body .ev-grid.list-view .ev-info-group { 
        padding-right: 50px !important; 
    }

    body .ev-grid.list-view .ev-card-title { 
        font-size: 32px !important; 
        line-height: 1.2 !important; 
        margin-bottom: 15px !important; 
    }

    body .ev-grid.list-view .ev-list-desc { 
        font-size: 20px !important; 
        line-height: 1.5 !important; 
        max-width: 800px !important; 
        margin-bottom: 40px !important; 
    }

    body .ev-grid.list-view .ev-dates-container { 
        gap: 40px !important; 
    }

    body .ev-grid.list-view .ev-date-row { 
        font-size: 18px !important; 
    }

    body .ev-grid.list-view .ev-internal-actions { 
        gap: 80px !important; 
        margin-left: auto !important; 
    }

    body .ev-grid.list-view .ev-card-accordion-btn { 
        height: 40px !important; 
        font-size: 18px !important; 
    }
}

/* =======================================================================
   RESPONSIVE: TABLET (1200px ve Altı) - FONT SYNC FIX (V10 - EXPANDED)
   Revizyonlar:
   1. "Yaklaşan Etkinliklerimiz" başlığı: 26px / 700 (Bold) !important
   2. Tüm CSS özellikleri okunabilirlik için alt alta (genişletilmiş) yazıldı.
   ======================================================================= */
@media screen and (max-width: 1200px) {

    /* --- 1. HERO & GENEL YAPI --- */

    html body .ev-hero {
        height: 400px !important;
        min-height: 400px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        padding-bottom: 48px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    html body .ev-hero .sub-page-container {
        width: 100% !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    html body .ev-hero-content {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left !important;
        display: block !important;
    }

    html body .ev-hero-content h1 {
        font-family: 'Inter', sans-serif !important;
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 44px !important;
        margin-bottom: 8px !important;
        margin-top: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        width: 100% !important;
    }

    html body .ev-hero-subtitle {
        font-family: 'Inter', sans-serif !important;
        font-size: 26px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
        color: #ffffff !important;
        opacity: 0.95 !important;
        margin-top: 24px !important;
        margin-bottom: 26px !important;
        padding: 0 !important;
        display: block !important;
        width: 100% !important;
    }

    /* --- BOŞLUK & FONT AYARLARI --- */

    html body .ev-separator {
        margin-bottom: 20px !important;
    }

    /* İletişim Başlığı (24px, 600) */
    html body .ev-contact-title {
        font-family: 'Inter', sans-serif !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
        display: block !important;
        margin-top: 0 !important;
        text-transform: uppercase !important;
    }

    /* Yaklaşan Etkinliklerimiz (26px, 700 - Referans Metinle Eşit) */
    html body .ev-page-title {
        font-family: 'Inter', sans-serif !important;
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        margin-bottom: 30px !important;
        margin-top: 20px !important;
        color: #00325B !important;
    }

    html body .ev-section-title {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        font-family: 'Inter', sans-serif !important;
        line-height: 1.3 !important;
        color: #435F6C !important;
    }

    html body .ev-section-desc {
        font-family: 'Inter', sans-serif !important;
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        color: #00325B !important;
        margin-bottom: 85px !important;
        max-width: 100% !important;
        margin-top: 0 !important;
    }

    html body .sub-page-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* --- 2. ALT TABLAR (SUB TABS) - FULL BLEED --- */

    html body .cr-text-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 0 !important;
        width: calc(100% + 80px) !important;
        margin-left: -40px !important;
        margin-right: -40px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        border-bottom: none !important;
        margin-bottom: 0 !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    html body .cr-text-tabs::-webkit-scrollbar {
        display: none;
    }

    html body .cr-text-tab {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        width: auto !important;
        display: inline-block !important;
        border-bottom: 1px solid #00325B !important;
        padding-bottom: 15px !important;
    }

    html body .cr-text-tab.active {
        border-bottom: 7px solid #00325B !important;
        font-weight: 700 !important;
    }

    /* --- 3. FİLTRE BUTONLARI (TAGS) - FULL BLEED --- */

    html body .st-tabs-wrapper {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 15px !important;
        width: calc(100% + 80px) !important;
        margin-left: -40px !important;
        margin-right: -40px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    html body .st-tabs-wrapper::-webkit-scrollbar {
        display: none;
    }

    html body .st-tab-btn {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        height: 50px !important;
        padding: 0 20px !important;
        font-size: 16px !important;
        width: auto !important;
    }

    /* --- 4. GRID & DETAYLAR --- */

    html body .ev-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }

    html body .ev-grid.list-view {
        grid-template-columns: 1fr !important;
    }

    html body .ev-details-full-row {
        margin-top: -30px !important;
        margin-bottom: 30px !important;
    }

    html body .ev-details-full-row.active {
        margin-bottom: 0 !important;
    }

    html body .ev-details-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
        padding: 30px !important;
    }
}

/* =======================================================================
   RESPONSIVE: MOBİL (KARANTİNA 2) - 699px ve Altı (V32 FİNAL - MOBILE BG)
   Revizyonlar:
   1. HERO BANNER: Mobilde "mobevents.jpeg" resmi tanımlandı.
      - Dikey resim olduğu için zoom yapmaz, ekranı tam doldurur.
      - background-position: center center yapıldı (Dikey resim için ideal).
   2. YÜKSEKLİK: calc(100vh - 54px) korundu (Tam ekran).
   ======================================================================= */
@media screen and (max-width: 699px) {

    /* --- 1. HERO (MOBİL GÖRSEL TANIMLAMA) --- */
    html body .ev-hero {
        /* Tam Ekran Kuralı */
        height: calc(100vh - 54px) !important;
        min-height: calc(100vh - 54px) !important;
        
        display: flex !important;
        align-items: center !important; 
        justify-content: flex-start !important;
        padding: 0 !important;
        margin: 0 !important;
        
        /* MOBİL İÇİN ÖZEL RESİM YOLU */
        /* Masaüstündeki 'hevent.jpg' yerine bunu kullanır */
        background-image: url('../../../images/mobevents.jpeg') !important;
        
        /* Dikey resim olduğu için ortaya hizala */
        background-position: center center !important;
        
        /* Resmi kutuya sığdır (Boşluk bırakma) */
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    html body .ev-hero .sub-page-container {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    html body .ev-hero-content {
        width: 100% !important;
        padding: 0 !important;
        text-align: left !important;
    }

    html body .ev-hero-content h1 {
        font-size: 40px !important;        
        font-weight: 700 !important;       
        line-height: 1.1 !important;      
        letter-spacing: -0.5px !important; 
        margin-bottom: 10px !important;     
        margin-top: 0 !important;
    }

    html body .ev-hero-subtitle {
        font-size: 24px !important;        
        font-weight: 500 !important;       
        line-height: 1.3 !important;      
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        opacity: 0.9 !important;
    }

    /* --- 2. GENEL BOŞLUK & FONT --- */
    html body .sub-page-container {
        padding-left: 15px !important; 
        padding-right: 15px !important;
    }

    html body .ev-page-title {
        font-size: 28px !important; 
        font-weight: 700 !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        line-height: 1.2 !important;
    }

    html body .ev-contact-title {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    html body .ev-contact-bar {
        margin-bottom: 30px !important; 
    }

    html body .ev-section-title {
        margin-bottom: 20px !important; 
        font-size: 20px !important;
    }
    
    html body .ev-section-desc {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 40px !important;
    }

    /* --- 3. BLEED LAYOUT --- */
    html body .cr-text-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 0 !important; 
        width: calc(100% + 30px) !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        border-bottom: none !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; -ms-overflow-style: none;
    }
    html body .cr-text-tabs::-webkit-scrollbar { display: none; }

    html body .cr-text-tab {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        width: auto !important;
        padding: 0 15px 10px 15px !important;
        border-bottom: 1px solid #00325B !important;
        font-size: 18px !important;
    }
    html body .cr-text-tab.active {
        border-bottom: 5px solid #00325B !important;
    }
    
    html body .ev-main-tabs {
        width: calc(100% + 30px) !important;
        margin-left: -15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    html body .ev-main-tab {
        padding: 0 15px 15px 15px !important;
        font-size: 18px !important;
    }

    html body .st-tabs-wrapper {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 10px !important;
        width: calc(100% + 30px) !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; -ms-overflow-style: none;
    }
    html body .st-tabs-wrapper::-webkit-scrollbar { display: none; }

    html body .st-tab-btn {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        height: 45px !important;
        padding: 0 15px !important;
        font-size: 15px !important;
        width: auto !important;
        border-width: 2px !important;
    }

    html body .ev-view-controls {
        display: flex !important; 
        justify-content: flex-start !important; 
        gap: 10px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    /* --- 4. IZGARA (GRID) --- */
    html body .ev-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    html body .ev-card {
        width: 100% !important;
        height: auto !important; 
        z-index: 10 !important;
        position: relative !important;
    }
    
    html body .ev-card.open {
        z-index: 60 !important; 
    }
    
    html body .ev-card-img {
        height: 220px !important; 
    }
    
    html body .ev-card-body {
        height: auto !important;
        padding-bottom: 30px !important;
    }

    /* GRID VIEW BUTONU */
    html body .ev-card-accordion-btn {
        height: 60px !important; 
        background-color: #eaf4fc !important; 
        -webkit-tap-highlight-color: transparent !important;
    }

    html body .ev-card-accordion-btn:hover,
    html body .ev-card-accordion-btn:active,
    html body .ev-card-accordion-btn:focus {
        background-color: #eaf4fc !important; 
        color: #00325B !important;
    }

    html body .ev-card.open .ev-card-accordion-btn {
        background-color: #EBF5FC !important; 
        z-index: 61 !important; 
        position: relative !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    /* AÇILAN DETAY KUTUSU (GRID İÇİN FIX) */
    html body .ev-details-full-row {
        margin-top: -30px !important; 
        margin-bottom: 30px !important;
        position: relative !important;
        z-index: 5 !important; 
        
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        
        transition: height 0.4s ease-out, opacity 0.4s ease-out !important;
    }
    
    html body .ev-details-inner {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        padding: 30px 20px 40px 20px !important; 
    }

    html body .ev-details-full-row.active {
        margin-bottom: 0 !important;
    }
    
    html body .ev-details-grid {
        grid-template-columns: 1fr !important; 
        gap: 30px !important;
        padding: 0 !important; 
        padding-top: 20px !important; 
    }

    /* --- 5. LIST VIEW MOBİL --- */
    html body .ev-grid.list-view .ev-card {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 25px !important;
        z-index: 10 !important;
        border-bottom-width: 1px !important;
    }
    
    html body .ev-grid.list-view .ev-card.open {
        z-index: 60 !important;
    }

    html body .ev-grid.list-view .ev-card-body {
        flex-direction: column !important; 
        padding: 20px 0 !important; 
        height: auto !important;
        align-items: flex-start !important;
    }

    html body .ev-grid.list-view .ev-info-group {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px !important;
    }

    html body .ev-grid.list-view .ev-card-title {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    html body .ev-grid.list-view .ev-dates-container {
        flex-direction: row !important; 
        gap: 20px !important;
        margin-bottom: 15px !important;
    }

    html body .ev-grid.list-view .ev-list-desc {
        margin-bottom: 0 !important;
    }

    html body .ev-grid.list-view .ev-internal-actions {
        width: 100% !important;
        margin: 0 !important;
        flex-direction: column !important; 
        align-items: flex-start !important;
        gap: 20px !important;
    }

    html body .ev-grid.list-view .ev-seats-info {
        flex-direction: row !important;
        align-items: baseline !important; 
        gap: 10px !important;
        width: 100% !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }
    
    html body .ev-grid.list-view .ev-seats-label {
        font-size: 16px !important;
        margin: 0 !important;
    }
    
    html body .ev-grid.list-view .ev-seats-count {
        font-size: 32px !important;
        margin: 0 !important;
    }

    /* Başvuru Butonu */
    html body .ev-grid.list-view .ev-register-btn {
        width: 100% !important;
        height: 55px !important;
        margin-top: 0 !important;
        background-color: #009fe3 !important; 
        font-size: 18px !important;
    }
    
    html body .ev-grid.list-view .ev-register-btn:hover,
    html body .ev-grid.list-view .ev-register-btn:focus {
        background-color: #009fe3 !important; 
    }

    /* LIST VIEW DETAY BUTONU */
    html body .ev-grid.list-view .ev-card-accordion-btn {
        margin-top: 15px !important;
        padding-left: 0 !important; 
        height: 40px !important; 
        background-color: transparent !important;
        color: #00325B !important;
        font-weight: 600 !important;
        
        -webkit-tap-highlight-color: transparent !important;
        user-select: none !important;
    }

    html body .ev-grid.list-view .ev-card-accordion-btn:active {
        background-color: transparent !important; 
    }
    
    html body .ev-grid.list-view .ev-card.open .ev-card-accordion-btn {
        background-color: transparent !important; 
    }

    /* DETAY KUTUSU (LIST VIEW HİZALAMA FIX) */
    html body .ev-grid.list-view .ev-details-full-row {
        margin-top: -1px !important; 
        margin-bottom: 0 !important;
        transition: height 0.4s ease-out, opacity 0.4s ease-out !important;
    }
    
    html body .ev-grid.list-view .ev-details-full-row.active {
        margin-top: -1px !important;
    }
}