.vendor-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vendor-card {
    flex: 1;
    min-width: calc(33.33% - 20px);
    box-sizing: border-box;
}

.vendor-banner img {
    width: 100%;
    height: auto;
}

.vendor-info {
    text-align: center;
    padding: 10px 0;
}

.vendor-card {
    width: 100%;
    max-width: 100%;
    display: block !important;
}

.vendor-card .vendor-info {
    padding: 0;
}

.vendor-info a h4:hover {
    color: var(--wp--preset--color--font-tertiary);
}
