div.eventpro-search{
    background: #C7BBFF;
    margin-top: -65px;
    margin-bottom: 50px;
    padding: 40px 30px 25px;
    border-radius: 14px;                 /* Vue softness */
    z-index: 100;
}

/* Title */
h3.searchResult{
    text-align: center;
    font-weight: 600;
    color: #1f2937;
}

/* Form spacing */
div.epCatSpacer,
div.epDateSpacer,
div.spSubmitSpacer{
    margin-bottom: 22px;                 /* slightly tighter */
}

/* =====================
   Selects – Vue feel
   ===================== */

select.ep-search-categories,
select.ep-search-date{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../images/arrow-red-dropdown.png) no-repeat right 14px center;
    width: 100% !important;
    border: 1px solid #e5e7eb !important; /* softer border */
    border-radius: 10px;                 /* Vue rounded */
    color: #374151 !important;
    padding: 10px 14px;
    transition: all 0.25s ease;
}

select.ep-search-categories::-ms-expand,
select.ep-search-date::-ms-expand{
    display: none;
}

/* Focus state */
select.ep-search-categories:focus,
select.ep-search-date:focus,
input.ep-search-venue:focus{
    outline: none;
    border-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.35);
}

/* =====================
   Input
   ===================== */

input.ep-search-venue{
    border: 1px solid #e5e7eb !important;
    border-radius: 10px;
    padding: 10px 14px;
    transition: all 0.25s ease;
}

/* =====================
   Button – Vue minimal
   ===================== */

input.eventSearchButton{
    margin: 0 !important;
    
    background: #ffffff !important;
    border: none !important;
    border-radius: 12px;
    width: 100%;
    color: #4f46e5;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

input.eventSearchButton:hover{
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
     background: #C7BBFF !important;
     border: 1px solid #ffffff !important;
     border-radius: 12px;
}






















h1.recommended {
    font-size: 30px;
    color: #000;
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
}

div.tc-event-title a{
    text-decoration: none;
}

div.tc-event-title a h1{
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

div.tc-event-thumbnail a img{
    height: 185px !important;
    width: 100%;
}

div.tc-event-start{
    background: #fff;
    color:#667EEA;
    font-size: 40px;
    text-align: center;
    height: 124px;
    padding-top: 20px;
}

div.tc-event-venues{
    color: #fff;
    text-align: center;
    height: 124px;
    background: #667EEA;
    padding-top: 20px;
}

div.rightpart{
    /* background: #340b13; */
    height: 248px;
}
