.zw-product-header {
    background: #0B34A2;
}


.zwc-banner {
    background-image: linear-gradient(to bottom, #0B34A2 67.5%, #F8F9FB 32.5%);
    padding: 80px 0;
}

.zwc-banner-cont {
    text-align: center;
    margin: 0 auto 80px;
    max-width: 750px;
}

.zwc-banner-cont h1 {
    position: relative;
    letter-spacing: -1.5px;
    font-family: var(--zf-primary-regularserif);
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 1.1;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.zwc-banner-cont h1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 1.5px;
    background: #00EED3;
    border-radius: 2px;
}

.zwc-sub-title {
    display: block;
    color: #FFF614;
    letter-spacing: 0.5px;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: var(--zf-primary-medium);
}





/* Brands that trust Zoho */
.zwc-brands-section {
    position: relative;
    background-image: linear-gradient(to bottom, #13338B 59.5%, #F8F9FB 40.5%);
    padding: 125px 0;
}

.zwc-brands-inner h2 {
    font-family: var(--zf-primary-regularserif);
    font-size: 50px;
    letter-spacing: -1.7px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
    margin-bottom: 60px;
}

.zwc-brands-inner h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 1.5px;
    background: #EDE402;
    border-radius: 2px;
}

.zwc-brands-card {
    display: grid;
    grid-template-columns: 1fr 280px;
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 10px 0px #00000005;
    border: 1px solid #E7EBF0;
    border-radius: 10px;
}

.zwc-brands-slides {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: inherit;
}

.zwc-brands-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 280px 1fr;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.zwc-brands-slide.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
}

.zwc-brands-left {
    padding: 50px 0 50px 30px;
    text-align: center;
}

.zwc-brands-avatar {
    position: relative;
    width: 140px;
    height: 175px;
    display: block;
    margin: 0 auto 15px;
    background: url(/sites/zweb/images/enterprise/home/enterprise-customer-stories.png) no-repeat;
    background-size: 450px auto;
    background-position: -153px -10px;
}

.zwc-brands-avatar2 {
    background-position: -12px -10px;
}

.zwc-brands-avatar3 {
    background-position: -11px -190px;
}

.zwc-brands-avatar4 {
    background-position: -153px -190px;
}

.zwc-brands-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #EFEFEF;
}

.zwc-brands-mid {
    padding: 50px 30px;
    border-right: 1px solid #EFEFEF;
}

.zwc-brands-mid h3 {
    font-family: var(--zf-primary-regular);
    font-size: 26px;
    letter-spacing: -0.6px;
    color: #010101;
    line-height: 1.2;
    margin: 0 0 10px;
}

.zwc-brands-divider {
    display: block;
    width: 28px;
    height: 1.5px;
    background: #EE0014;
    border-radius: 2px;
    margin-bottom: 22px;
}

.zwc-brands-mid p {
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    margin: 0;
    letter-spacing: -0.2px;
    font-family: var(--zf-primary-regularserif);
}

.zwc-customer-role {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #555555;
}

.zwc-brands-name {
    font-family: var(--zf-primary-medium);
    font-size: 18px;
    color: #333333;
    margin: 0 0 5px;
    line-height: 1.6;
}

.zwc-brands-role {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
    max-width: 200px;
    margin: 0 auto;
}

.zwc-brands-right {
    display: flex;
    flex-direction: column;
}

.zwc-brands-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.zwc-brands-list li {
    position: relative;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    border-bottom: 1px solid #EFEFEF;
    cursor: pointer;
    background: #FFFFFF;
}

.zwc-brands-list li img {
    filter: grayscale(100%);
    opacity: 0.55;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.zwc-brands-list li:hover img {
    opacity: 0.8;
}

.zwc-brands-list li.is-active img {
    filter: none;
    opacity: 1;
}

.zwc-brands-list li.is-active {
    background: #F8F9FB;
}

.zwc-brands-list li.is-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #EFEFEF;
    z-index: 2;
}

.zwc-brands-list li.is-active::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #FFFFFF;
    z-index: 3;
}




/* All Customer stories */
.zwc-cstory-section {
    background: #F8F9FB;
    padding: 30px 0 100px;
}

.zwc-cstory-title {
    font-family: var(--zf-primary-regularserif);
    font-size: 50px;
    letter-spacing: -1.2px;
    line-height: 1.2;
    color: #010101;
    margin: 0 0 60px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.zwc-cstory-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 1.5px;
    background: #EE0014;
    border-radius: 2px;
}

.zwc-cstory-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 45px;
}

.zwc-cstory-filters {
    list-style: none;
    margin: 0;
    padding: 6px 6px 6px 35px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 5px 0px #00000005;
    border: 1px solid #E7EBF0;
    border-radius: 40px;
    width: 100%;
    max-width: 720px;
}

.zwc-cstory-filter {
    position: relative;
    padding: 0 28px;
}

.zwc-cstory-filter:first-child {
    padding-left: 0;
}

.zwc-cstory-filter+.zwc-cstory-filter {
    border-left: 1px solid #E7EBF0;
}

.zwc-cstory-count-wrap {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F8F9FB;
    border: 1px solid #F0F3F7;
    border-radius: 50%;
    padding: 12px 15px;
}

.zwc-cstory-reset-wrap {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
}

.zwc-cstory-filter-btn {
    background: transparent;
    border: 0;
    font-family: var(--zf-primary-medium);
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    line-height: 1.4;
    gap: 8px;
    padding: 6px 0;
}

.zwc-cstory-caret {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #777777;
    border-bottom: 1.5px solid #777777;
    transform: rotate(45deg);
    display: inline-block;
    margin-top: -3px;
    transition: transform 0.2s ease;
}

.zwc-cstory-filter.is-open .zwc-cstory-caret {
    transform: rotate(-135deg);
    margin-top: 3px;
}

.zwc-cstory-filter-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: -20px;
    min-width: 240px;
    background: #FFFFFF;
    border: 1px solid #E7EBF0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
    z-index: 10;
    display: none;
}

.zwc-cstory-filter.is-open .zwc-cstory-filter-menu {
    display: block;
}

.zwc-cstory-filter-menu label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    font-family: var(--zf-primary-regular);
}

.zwc-cstory-filter-menu label:hover {
    background: #F8F9FB;
}

.zwc-cstory-filter-menu input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: #056CB8;
}

.zwc-cstory-count {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #333333;
    color: #FFFFFF;
    font-family: var(--zf-primary-medium);
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.zwc-cstory-reset {
    background: #F8F9FB;
    border: 1px solid #F0F3F7;
    border-radius: 999px;
    padding: 15px 20px;
    font-family: var(--zf-primary-medium);
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.zwc-cstory-reset:hover {
    background: #F0F3F7;
}

.zwc-cstory-reset-icon {
    width: 12px;
    height: 12px;
    border: 1.5px solid #777777;
    border-radius: 50%;
    border-right-color: transparent;
    position: relative;
    display: inline-block;
    transform: rotate(-37deg);
}

.zwc-cstory-reset-icon::after {
    content: '';
    position: absolute;
    top: 6px;
    right: -1px;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #777777;
    border-bottom: 1.5px solid #777777;
    transform: rotate(-66deg);
}

.zwc-cstory-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.zwc-cstory-card {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #E7EBF0;
    border-radius: 5px;
    padding: 40px 30px 30px;
    text-decoration: none;
    color: inherit;
    min-height: 340px;
    transition: all .5s ease;
}

.zwc-cstory-card:hover {
    border: 1px solid #aeb8c2;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.03);
    transform: translateY(-5px);
}

.zwc-cstory-tag {
    display: block;
    font-family: var(--zf-primary-medium);
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #09983A;
    margin-bottom: 15px;
    line-height: 1.4;
}

.zwc-cstory-card h3 {
    font-family: var(--zf-primary-regular);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.15px;
    color: #010101;
    margin: 0 0 35px;
    max-width: 210px;
}

.zwc-cstory-card-foot {
    margin-top: auto;
    padding-top: 20px;
    letter-spacing: -0.2px;
    line-height: 1.6;
    border-top: 1px solid #E7EBF0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.zwc-cstory-logo {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    overflow: hidden;
}

.zwc-cstory-logo img {
    max-height: 38px;
}

.zwc-cstory-card-arrow {
    width: 9px;
    height: 9px;
    border-top: 1.5px solid #ABABAB;
    border-right: 1.5px solid #ABABAB;
    transform: rotate(45deg);
    display: inline-block;
    flex-shrink: 0;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.zwc-cstory-card:hover .zwc-cstory-card-arrow {
    border-color: #056CB8;
    transform: rotate(45deg) translate(2px, -2px);
}

.zwc-cstory-loadmore-wrap {
    text-align: center;
    margin-top: 60px;
}

.zwc-cstory-loadmore {
    background: #056CB8;
    color: #FFFFFF;
    border: 0;
    border-radius: 2px;
    padding: 16px 36px;
    font-family: var(--zf-primary-semibold);
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.4;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    transition: background 0.2s ease;
}

.zwc-cstory-loadmore:hover {
    background: #1559B5;
}

.zwc-cstory-loadmore-icon {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #FFFFFF;
    border-bottom: 1.5px solid #FFFFFF;
    transform: rotate(45deg);
    display: inline-block;
    margin-top: -3px;
}

.zwc-cstory-card.is-hidden {
    display: none;
}

.zwc-footer-wrap {
    padding: 90px 0 20px;
    background: #F3F5F9;
    border-top: 1px solid #E1E6ED;
}

.zwc-footer-inner h2 {
    font-size: 40px;
    font-family: var(--primaryfont-regular);
    margin-bottom: 30px;
}

.zwc-footer-cta {
    padding: 18px 40px 18px 25px;
    font-size: 14px;
    font-family: var(--zf-secondary-medium);
    border-radius: 2px;
    background: #ee0014;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    letter-spacing: .5px;
}

.zwc-footer-cta:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    display: block;
    right: 26px;
    top: 21px;
    transition: right .3s ease;
}

.zwc-cta-arrow {
    position: relative;
}

.zwc-footer-inner {
    max-width: 600px;
    margin: auto;
    text-align: center;
}


@media (max-width: 1199px) {
    .zwc-cstory-card {
        padding: 40px 25px 30px;
    }

    .zwc-brands-mid {
        padding: 50px 25px;
    }

    .zwc-brands-slides {
        min-height: 380px;
    }
}



@media (max-width: 1024px) {
    .zwc-cstory-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .zwc-footer-wrap {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .zwc-banner-cont {
        max-width: 650px;
    }

    .zwc-banner-cont h1 {
        font-size: 50px;
        line-height: 1.1;
    }

    .zwc-cstory-title {
        font-size: 45px;
    }

    .zwc-brands-card {
        grid-template-columns: 1fr 240px;
    }

    .zwc-brands-slide {
        grid-template-columns: 240px 1fr;
    }

    .zwc-brands-mid {
        padding: 40px 30px;
    }

    .zwc-brands-section {
        padding: 100px 0;
    }

    .zwc-cstory-card h3 {
        max-width: 230px;
    }

    .zwc-footer-wrap {
        padding: 70px 0 0;
    }

    .zwc-banner {
        padding: 70px 0 50px;
    }

    .zwc-footer-inner h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .zwf-general-footer.zwf-new-footer .zwf-product-footer .footer-sec-wrap .footer-links-wrap .product-links {
        padding-top: 50px;
    }

    .zwc-cstory-section {
        padding: 30px 0 70px;
    }
}

@media (max-width: 920px) {
    .zwc-brands-card {
        grid-template-columns: 1fr 200px;
    }

    .zwc-brands-slide {
        grid-template-columns: 180px 1fr;
    }
}

@media (max-width: 820px) and (min-width: 768px) {
    .zwc-brands-slides {
        min-height: 380px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .zwc-banner-cont {
        margin: 0 auto 50px;
    }
}

@media (max-width: 767px) {

    /* --- Banner heading --- */
    .zwc-banner {
        padding: 50px 0 40px;
    }

    .zwc-banner-cont h1 {
        line-height: 1.2;
    }

    .zwc-banner-cont {
        max-width: 100%;
        margin: 0 auto 35px;
    }

    .zwc-cstory-title {
        font-size: 38px;
        margin: 0 0 40px;
    }

    .zwc-banner-cont h1 {
        font-size: 40px;
        max-width: 500px;
        margin: auto;
        margin-bottom: 20px;
    }

    .zwc-cstory-toolbar {
        margin-bottom: 35px;
    }

    /* --- Brands card: single column, quote on top, person block below --- */
    .zwc-brands-inner h2 {
        font-size: 32px;
        letter-spacing: -0.6px;
    }

    .zwc-brands-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    /* Hold a constant height (sized to the tallest quote) so the card
       doesn't jump when a shorter 2-line quote is shown */
    .zwc-brands-slides {
        min-height: 575px;
        max-width: 550px;
        margin: auto;
    }

    /* Quote on top, avatar + name + role below (column-reverse) */
    .zwc-brands-slide {
        grid-template-columns: 1fr;
        flex-direction: column-reverse;
        display: flex;
    }

    .zwc-cstory-loadmore-wrap {
        margin-top: 40px;
    }

    .zwf-general-footer.zwf-new-footer .zwf-product-footer .footer-sec-wrap .footer-links-wrap .product-links {
        padding-top: 50px;
    }

    .zwc-brands-mid {
        padding: 45px 30px 20px;
        border-right: 0;
        border-bottom: 0;
        text-align: center;
    }

    .zwc-brands-mid h3 {
        font-size: 26px;
        max-width: 500px;
        margin: 0 auto 25px;
    }

    .zwc-brands-mid p {
        font-size: 20px;
        max-width: 500px;
    }

    .zwc-brands-divider {
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-brands-left {
        padding: 0 25px 40px;
        border-right: 0;
        text-align: center;
    }

    .zwc-brands-avatar {
        margin: 0 auto 5px;
        border-radius: 18px;
        transform: scale(0.8);
    }

    .zwc-brands-name {
        text-align: center;
        margin-bottom: 0;
        margin-top: -15px;
    }

    .zwc-brands-role {
        font-size: 12px;
        text-align: center;
        max-width: 235px;
        margin: 0 auto;
    }

    .zwc-customer-role {
        text-align: center;
    }

    /* --- Logo list: horizontal strip under the quote --- */
    .zwc-brands-right {
        flex-direction: row;
        border-top: 1px solid #EFEFEF;
    }

    .zwc-brands-list {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .zwc-brands-list li {
        flex: 1;
        min-width: 0;
        height: auto;
        max-height: 90px;
        min-height: 90px;
        padding: 15px;
        border-bottom: 0;
        border-right: 1px solid #EFEFEF;
    }

    .zwc-brands-list li:last-child {
        border-right: 0;
    }

    /* Let the logos shrink with their cell — at their natural width four
       across force the card wider than the viewport (overflow at ~320px) */
    .zwc-brands-list li img {
        max-width: 100%;
        height: auto;
    }

    /* Strip layout: turn the sideways arrow into an upward notch at the top
       of the active logo cell, pointing to the quote above */
    .zwc-brands-list li.is-active::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        right: auto;
        width: 13px;
        height: 13px;
        transform: translate(-50%, -50%) rotate(45deg);
        background: #FFFFFF;
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
    }

    .zwc-brands-list li.is-active::after {
        display: none;
    }

    .zwc-footer-wrap {
        padding: 60px 0 0;
    }

    /* Customer story cards: 2 per row on mobile */
    .zwc-cstory-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {

    .zwc-banner-cont h1 {
        font-size: 36px;
        max-width: 470px;
    }

    .zwc-cstory-title {
        font-size: 32px;
    }

    .zwc-cstory-grid {
        gap: 10px;
    }

    .zwc-cstory-card {
        padding: 30px 25px 25px;
    }

    /* Compact logo strip below 650 */
    .zwc-brands-list li {
        height: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    /* Carnival logo only — it renders larger than the others */
    .zwc-brands-list li:last-child img {
        max-width: 60px;
    }
}


@media only screen and (max-width: 480px) {
    .zwc-banner-cont h1 {
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    /* Customer story cards: single column */
    .zwc-cstory-grid {
        grid-template-columns: 1fr;
    }

    .zwc-sub-title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .zwc-cstory-title {
        margin-bottom: 30px;
    }

    .zwc-cstory-card {
        min-height: auto;
        max-width: 420px;
        margin: auto;
    }

    .zwc-cstory-card {
        padding: 30px 30px 25px;
    }

    .zwc-cstory-toolbar {
        margin-bottom: 25px;
    }

    .zwc-cstory-card h3 {
        max-width: 100%;
        font-size: 16px;
    }

    .zwc-cstory-filters {
        padding: 6px 6px 6px 20px;
    }

    .zwc-cstory-count-wrap {
        padding: 8px;
    }

    .zwc-cstory-logo img {
        transform: scale(0.9);
    }

    .zwc-footer-inner h2 {
        font-size: 28px;
        letter-spacing: -0.6px;
        margin-bottom: 30px;
    }

    .zwc-cstory-reset {
        padding: 12px 9px;
    }

    /* --- Brands card: left-aligned, compact avatar --- */
    .zwc-brands-section {
        padding: 70px 0;
    }

    .zwc-brands-card {
        min-height: 0;
    }

    .zwc-brands-slides {
        min-height: auto;
    }

    /* Avatar sits beside the name/role in a row, all left-aligned */
    .zwc-brands-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 20px;
        text-align: left;
    }

    .zwc-brands-info {
        display: flex;
        flex-direction: column;
        max-width: 55%;
    }

    /* Compact avatar. Real dimensions (no transform) so the box matches the
       visible avatar; sprite rescaled to 225px (half of the 450px desktop
       sprite), positions halved to match. */
    .zwc-brands-avatar {
        width: 70px;
        height: 88px;
        margin: 0;
        transform: none;
        border-radius: 12px;
        background-size: 225px auto;
        background-position: -76px -5px;
    }

    .zwc-brands-avatar2 {
        background-position: -6px -5px;
    }

    .zwc-brands-avatar3 {
        background-position: -6px -95px;
    }

    .zwc-brands-avatar4 {
        background-position: -76px -95px;
    }

    .zwc-brands-mid {
        text-align: left;
    }

    .zwc-brands-mid h3 {
        font-size: 24px;
        margin-bottom: 15px;
        letter-spacing: -0.4px;
    }

    .zwc-brands-mid p {
        font-size: 18px;
    }

    .zwc-brands-divider {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .zwc-brands-name {
        font-size: 16px;
        margin-top: 0;
        align-self: flex-start;
        text-align: left;
    }

    .zwc-brands-role {
        font-size: 10px;
        align-self: flex-start;
        text-align: left;
        max-width: none;
        margin: 0;
    }

    .zwc-customer-role {
        text-align: left;
        font-size: 12px;
    }

    .zwc-brands-list li {
        padding: 10px;
        height: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    .zwc-brands-list li:last-child img {
        transform: scale(0.7);
    }
}