/*
 * AAWP Lite compat styles.
 * These are intentionally light. If your theme/child theme still carries the
 * original AAWP CSS, it will style these classes automatically and you can
 * delete most of what's below. Kept as a sane fallback only.
 */

.aawp-product--image .aawp-product__image-src,
.aawp-product__image-src {
    max-width: 100%;
    height: auto;
}

.aawp-product--horizontal {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.aawp-product--horizontal .aawp-product__thumb {
    flex: 0 0 30%;
    max-width: 200px;
}

.aawp-product--vertical {
    text-align: center;
    max-width: 260px;
}

.aawp-product__title {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    margin: 8px 0;
}

.aawp-product__pricing {
    margin: 8px 0;
}

.aawp-button--buy {
    display: inline-block;
    padding: 8px 16px;
    background: #ff9900;
    color: #111;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.aawp-button--buy:hover {
    filter: brightness(0.95);
}
