/* ============================================================
   Affiliate Hero – WooCommerce

   Statische styling van de merchant-knoppen. De instelbare waarden
   (kleuren, border-radius) worden inline toegevoegd vanuit
   AHWC_Frontend::enqueue_styles().
   ============================================================ */

.affiliate-hero-merchants {
    margin-top: 1.5em;
}

.affiliate-hero-merchants .ah-merchants-title {
    margin-bottom: 0.8em;
}

.affiliate-hero-merchants .ah-merchants-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ah-merchant-row {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease;
}

.ah-merchant-row *,
.ah-merchant-row *:hover {
    color: inherit;
}

.ah-merchant-logo {
    flex-shrink: 0;
}


.affiliate-hero-merchants .ah-merchants-list .ah-merchant-row .ah-merchant-logo img {
    width: 20px;
    max-width: 20px;
    height: auto;
    margin: 0;
    display: block;
    box-shadow: none;
}

.ah-merchant-name {
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
}

.ah-merchant-price {
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    margin-left: auto;
}
