.product-resellers {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.product-resellers h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #333;
}

.reseller-logos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.reseller-logo {
    transition: transform 0.2s ease;
}

.reseller-logo:hover {
    transform: scale(1.05);
}

.reseller-logo img {
    max-width: 125px!important;
    max-height: 100%;
    border: 0px solid #eee;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
}

.reseller-logo a {
    text-decoration: none;
    display: block;
}


/* First logo colors */
.reseller-logo svg .st0 {
    fill: #018749 !important;
}
.reseller-logo svg .st1 {
    fill: #EC008C !important;
}
.reseller-logo svg .st2 {
    fill: #F68B1E !important;
}
.reseller-logo svg .st3 {
    fill: #FDB813 !important;
}

/* Second logo colors */
.reseller-logo svg #Layer_1 .st0 {
    fill: #ED1C24 !important;
}
.reseller-logo svg #Layer_1 .st1 {
    fill: #FEFEFE !important;
}
.reseller-logo svg #Layer_1 .st2 {
    fill: #00AEEA !important;
}

/* Size control only */
.reseller-logo svg {
    width: 100px;
    height: auto;
}

/* Target specific SVG by viewBox */
.reseller-logo svg[viewBox="0 0 737.8 255.9"] .st0 {
    fill: #ED1C24 !important;
}
.reseller-logo svg[viewBox="0 0 737.8 255.9"] .st1 {
    fill: #FEFEFE !important;
}
.reseller-logo svg[viewBox="0 0 737.8 255.9"] .st2 {
    fill: #00AEEA !important;
}