/**
 * Good Brand — Frontend
 */

/* Product page brand line — inherits .posted_in style from theme.
   Override only what's needed to look identical to category line. */
.product_meta .gbr-brand-wrapper {
    /* No custom styles — inherits from .posted_in via WC + theme */
}

/* Brand archive — logo above WC's term description */
.gbr-archive-logo-wrap {
    margin: 0 0 16px;
}
.gbr-archive-logo {
    max-width: 200px;
    max-height: 120px;
    height: auto;
    width: auto;
    display: block;
}

/* Brand archive — official URL below WC's term description */
.gbr-archive-official-url {
    margin: 12px 0 24px;
}
.gbr-archive-official-url a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.15s;
}
.gbr-archive-official-url a:hover {
    background: #F4A100;
    color: #fff;
    border-color: #F4A100;
}
