/*
  storage/assets/css/bestsellers.css
  Scoped styles for the bestsellers include — copy of only the rules
  the component uses from templates/dev/shopper.css. Keep this file
  limited to avoid leaking global layout/resets.
*/

.bestsellers .col-spacing {
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.bestsellers .row-spacing {
    margin-right: -2.5px;
    margin-left: -2.5px;
}

.bestsellers .card {
    background-color: white;
    border: 1px solid #dee2e6;
    padding: 15px;
}

.bestsellers .container-background {
    background-color: #f8f9fa;
}

.bestsellers h3 {
    font-size: 12px;
    color: rgb(21 21 21);
}

.bestsellers .details {
    font-size: 11px;
    color: #151515;
}

.bestsellers .details svg {
    fill: #007acc;
}

.bestsellers .price-details {
    text-align: right;
    font-size: 0.8rem;
    line-height: 1.2;
}

.bestsellers .price-details .h6 {
    color: #007acc;
}

.bestsellers .price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bestsellers article img {
    max-width: 100%;
    height: auto;
}

/* Minor helpers (scoped) */
.bestsellers .col-spacing { box-sizing: border-box; }
.bestsellers .container-background { padding: 1rem 0; }

/* If you need to tweak visual differences, adjust here.
   Do not add global selectors (html, body, main, :root) — those
   are provided by the main site stylesheet. */
