/* ===== Rose page specific styles ===== */

.product-brand-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #cc0033;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Red bar for 1-star */
.rb-bar-red {
  background: #cc0033 !important;
}

/* Recently viewed section */
.recently-section {
  padding: 32px 0;
  border-top: 1px solid #eee;
}

.recently-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.recently-card {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
  width: 200px;
  display: block;
  color: inherit;
  transition: box-shadow 0.2s;
  text-decoration: none;
}

.recently-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  text-decoration: none;
}

.recently-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin-bottom: 8px;
}

/* More to Consider section */
.more-consider-section {
  padding: 32px 0;
  border-top: 1px solid #eee;
}
