/* UAA Frontend CSS */
.uaa-buy-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #f90; color: #111; font-weight: 700;
    padding: 12px 24px; border-radius: 6px; text-decoration: none;
    transition: background .2s; font-size: 15px;
}
.uaa-buy-btn:hover { background: #e68900; color: #111; }
.uaa-rating { color: #f90; font-size: 14px; }
