.consumer-page {
    padding: 60px 0px 30px 0px;
}
.face-campaigns-header {
    max-width: 980px;
    margin: 0 auto;
    color: #62666D;
}
.face-campaigns-header a { 
    color: #000;
}
.face-campaigns-header a:hover { 
    color: #E3120B;
}
.face-campaigns-header ul, .face-campaigns-header ol  {
    padding: 0px 0px 0px 24px;
}
.face-campaigns-header .face-campaigns-title {
    margin-bottom: 16px;
}
.face-campaigns-header p {
    font-size: 18px;
    margin-bottom: 16px;
    color: #62666D;
}
.face-campaigns-header p:empty { 
    display: none;
}
.cusedumsgsec h3 {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 400;
    color:#E3120B;
}
.cusedumsgsec p { 
    font-size: 14px;
    line-height: 23px;
    color: #62666D;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.cusedumsgsec p:empty { 
    display: none;
}
.cusedumsgsec .cevcar { 
    max-width: 800px;
    margin: 0 auto;
}
.cusedumsgsec .vdolpbx iframe { 
    height: 400px;
    width: 100% !important;
    border: 0px !important;
}

/* Gallery Actions Styling */
.gallery-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
}

.gallery-actions .eye-icon,
.gallery-actions .download-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.gallery-actions .eye-icon:hover svg path,
.gallery-actions .download-icon:hover svg path {
    fill: #E3120B;
}

.gallery-actions .eye-icon svg,
.gallery-actions .download-icon svg {
    transition: all 0.3s ease;
}
.cevcar.owl-carousel { 
    margin-top: 48px;
}

.cevcar .owl-nav {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
    line-height: 1;
    padding: 0;
    border: 0px;
    box-shadow: none;
    outline: 0px !important;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
}

/* Leaders arrows: white semi-transparent on red bg */
.cevcar .owl-nav .owl-prev, .cevcar .owl-nav .owl-next {
    margin: 0;
    position: absolute;
    border: 0px !important;
    outline: 0px !important;
}
.cevcar .owl-nav span { font-size: 0px; }
.cevcar .owl-nav .owl-prev {
    left: -50px;
    background: url(../images/prev-left.svg) no-repeat center center !important;
    background-size: contain !important;
    width: 26px;
    height: 38px;
}

.cevcar .owl-nav .owl-next {
    right: -50px;
    background: url(../images/prev-right.svg) no-repeat center center !important;
    background-size: contain !important;
    width: 26px;
    height: 38px;
}

.member-btn-groups .become-member-btn.load-more-btn { 
    background: none;
    border: 1px solid #E3120B;
    color:#E3120B;
}

.member-btn-groups .become-member-btn.load-more-btn:hover { 
    background: #E3120B;
    color:#FFF;
}

@media (max-width: 991px) {
    .cevcar .owl-nav .owl-prev {
        left: -8px;
        width: 20px;
        height: 22px;
    }
    .cevcar .owl-nav .owl-next {
        right: -8px;
        width: 20px;
        height: 22px;
    }
    .cusedumsgsec .vdolpbx iframe { 
        width: 90% !important;
        margin: 0px auto;
        display: block;
    }
}

@media (max-width: 767px) { 
    .cusedumsgsec .vdolpbx iframe { 
            height: 200px;
    }
}