.product-review-card{background:var(--surface-0,#fff);border:1px solid var(--ink-100-ed,#e7ecee);border-radius:var(--rs-radius-lg,20px);box-shadow:var(--rs-shadow-sm,0 1px 2px #002b5c0f);transition:border-color var(--motion-fast,.12s ease),box-shadow var(--motion-fast,.12s ease);position:relative;overflow:hidden}.product-review-card:hover{box-shadow:var(--rs-shadow-md,0 4px 12px #002b5c14)}.product-review-card--featured{border-color:var(--color-primary)}.product-review-card__main{padding:24px}.product-review-card__row{flex-direction:column;gap:3em;display:flex}@media (min-width:640px){.product-review-card__row{flex-direction:row;align-items:flex-start}}.product-review-card__media{flex-direction:column;flex-shrink:0;align-items:center;gap:12px;display:flex}@media (min-width:640px){.product-review-card__media{flex:0 0 248px}}.product-review-card__media-img{object-fit:contain;border-radius:var(--rs-radius-md,12px);width:248px;max-width:100%;height:156px;display:block}.product-review-card__media-placeholder{width:248px;height:156px;transition:transform var(--motion-fast,.12s ease);touch-action:manipulation;-webkit-tap-highlight-color:#0000;justify-content:center;align-items:center;display:flex}.product-review-card__media-placeholder:active:active{transition:none;transform:translateY(1px)}@media (prefers-reduced-motion:reduce){.product-review-card__media-placeholder:active:active{transform:none}}.product-review-card__media-placeholder{border-radius:var(--rs-radius-md,12px);background:var(--surface,#fff);color:var(--ink-500-ed,#566872);font-size:.875em}.product-review-card__body{flex-direction:column;flex:auto;gap:1em;min-width:0;display:flex}.product-review-card__head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.product-review-card__title-block{flex-direction:column;flex:auto;gap:1em;min-width:0;display:flex}.product-review-card__rating{align-items:center;gap:8px;display:flex}.product-review-card__rating-score{font-size:.875em;font-weight:var(--font-weight-semibold,600);color:var(--ink-900-ed,#0b1b22)}.product-review-card__rating-label{color:var(--ink-500-ed,#566872);font-size:.75em}.product-review-card__take{color:var(--ink-500-ed,#566872);margin:0;font-size:1.05em;line-height:1.55}.product-review-card__badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-review-card__actions{flex-direction:row;gap:8px;width:100%;display:flex}.product-review-card__actions>.btn-primary,.product-review-card__actions>.btn-secondary{flex:1 1 0;justify-content:center;min-width:0}@media (min-width:640px){.product-review-card__actions{flex-direction:column;width:248px}.product-review-card__actions>.btn-primary,.product-review-card__actions>.btn-secondary{flex:none;width:100%}}.product-review-card__stats{margin-top:20px}@media (min-width:640px){.product-review-card__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-review-card__stats>:nth-child(2){grid-column:auto}@media (min-width:640px){.product-review-card__stats>:nth-child(2){grid-column:auto}}.product-review-card__stats>:nth-child(2n){border-right:none}.product-review-card__stats>:nth-child(odd){padding-left:0}.product-review-card__stats>:nth-child(n+3){border-top:1px solid var(--ink-100-ed,#e7ecee)}@media (min-width:640px){.product-review-card__stats>:nth-child(2n){border-right:1px solid var(--ink-100-ed,#e7ecee)}.product-review-card__stats>:nth-child(odd){padding-left:16px}.product-review-card__stats>:first-child{padding-left:0}.product-review-card__stats>:nth-child(n+3){border-top:none}.product-review-card__stats>:last-child{border-right:none}}.product-review-card__details{border-top:1px solid var(--ink-100-ed,#e7ecee)}.product-review-card__details-toggle{width:100%;font-size:.875em;font-weight:var(--font-weight-semibold,600);color:var(--color-primary);cursor:pointer;transition:background var(--motion-fast,.12s ease);touch-action:manipulation;-webkit-tap-highlight-color:#0000;background:0 0;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;display:flex}.product-review-card__details-toggle:active:active{background-color:color-mix(in srgb, var(--surface,#f6f8f9) 85%, transparent);transition:none}.product-review-card__details-toggle:hover{background:color-mix(in srgb, var(--surface,#f6f8f9) 50%, transparent)}.product-review-card__details-toggle-icon{width:16px;height:16px;transition:transform var(--motion-fast,.12s ease)}.product-review-card__details-toggle[aria-expanded=true] .product-review-card__details-toggle-icon{transform:rotate(180deg)}.product-review-card__details-body{border-top:1px solid var(--ink-100-ed,#e7ecee);gap:2rem;padding:24px 24px 32px;display:grid}.product-review-card__details-section{flex-direction:column;gap:.75rem;display:flex}.product-review-card__details-section-title{font-size:.75em;font-weight:var(--font-weight-semibold,600);text-transform:uppercase;letter-spacing:.06em;color:var(--ink-500-ed,#566872);margin:0}.product-review-card__special-offer{border:1px solid color-mix(in srgb, var(--accent-orange,#f08a00) 30%, transparent);border-radius:var(--rs-radius-md,12px);background:color-mix(in srgb, var(--accent-orange,#f08a00) 6%, transparent);margin-top:16px;padding:12px 16px}.product-review-card__special-offer-title{font-size:.875em;font-weight:var(--font-weight-semibold,600);color:var(--accent-orange,#f08a00);margin:0}.product-review-card__special-offer-text{color:var(--ink-500-ed,#566872);margin:4px 0 0;font-size:.875em}.product-review-card__media-placeholder--bank{border:1px solid var(--ink-100-ed,#e7ecee);background:radial-gradient(circle at center, #fff 28%, var(--bank-tint,#0f172a0d) 100%);position:relative}.product-review-card__media-placeholder--bank img{padding:calc(var(--spacing)*10)}
