/*
 * Product card block.
 * Roundup-style product entry with default, featured, and compact layouts.
 */

.eggb-product-card {
  overflow: hidden;
}

.eggb-pc-img-col {
  flex-shrink: 0;
  width: 160px;
  padding: 1rem;
  border-right: var(--eggb-border-w) solid var(--eggb-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.eggb-pc-img {
  max-width: 100%;
  max-height: 130px;
  object-fit: contain;
}

.eggb-pc-body {
  padding: 0.875rem 1rem;
}

.cegg5-container .eggb-product-card .eggb-pc-title,
.cegg5-container .eggb-product-card .eggb-pc-title:visited,
.cegg5-container .eggb-product-card .eggb-pc-featured-title,
.cegg5-container .eggb-product-card .eggb-pc-featured-title:visited,
.cegg5-container .eggb-product-card .eggb-pc-compact-title,
.cegg5-container .eggb-product-card .eggb-pc-compact-title:visited {
  text-decoration: none;
  color: inherit;
}

.cegg5-container .eggb-product-card .eggb-pc-title:hover,
.cegg5-container .eggb-product-card .eggb-pc-featured-title:hover,
.cegg5-container .eggb-product-card .eggb-pc-compact-title:hover {
  color: var(--eggb-accent);
}

.eggb-pc-title {
  font-size: var(--eggb-text-md);
  font-weight: 600;
  line-height: 1.3;
}

.eggb-pc-best-for,
.eggb-pc-featured-best-for {
  font-size: var(--eggb-text-md);
  line-height: 1.5;
  color: var(--eggb-text-muted);
}

.eggb-pc-desc,
.eggb-pc-featured-verdict {
  font-size: var(--eggb-text-sm);
  line-height: 1.5;
}

.eggb-block .eggb-pc-desc p,
.eggb-block .eggb-pc-best-for p,
.eggb-block .eggb-pc-featured-verdict p,
.eggb-block .eggb-pc-featured-best-for p {
  margin: 0 0 0.75rem;
}

.eggb-block .eggb-pc-desc p:last-child,
.eggb-block .eggb-pc-best-for p:last-child,
.eggb-block .eggb-pc-featured-verdict p:last-child,
.eggb-block .eggb-pc-featured-best-for p:last-child {
  margin-bottom: 0;
}

.eggb-pc-store,
.eggb-pc-featured-store,
.eggb-pc-compact-store {
  font-size: var(--eggb-text-xs);
  color: var(--eggb-text-muted);
}

.eggb-price-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.eggb-price-meta-sep {
  color: var(--eggb-text-muted);
}

@media (min-width: 768px) {
  .eggb-product-card-wrap--featured .eggb-price-meta,
  .eggb-product-card-wrap--compact .eggb-price-meta {
    justify-content: flex-end;
  }
}

.eggb-pc-rank {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: color-mix(in srgb, var(--eggb-accent) 25%, var(--eggb-text-muted) 46%);
  user-select: none;
}

.eggb-pc-score {
  display: inline-flex;
  align-items: baseline;
  gap: 0.18rem;
  line-height: 1;
}

.eggb-pc-footer > .eggb-pc-cta-main {
  margin-left: auto;
}

.eggb-pc-cta-icon,
.eggb-pc-award-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eggb-pc-cta-icon {
  width: 1rem;
  height: 1rem;
}

.eggb-pc-award-icon {
  width: 0.9rem;
  height: 0.9rem;
}

.eggb-pc-cta-icon svg,
.eggb-pc-award-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .eggb-pc-img-col {
    width: 100px;
    padding: 0.75rem;
  }

  .eggb-pc-img {
    max-height: 90px;
  }

  .eggb-pc-body {
    padding: 0.625rem 0.75rem;
  }
}

.eggb-product-card--featured {
  overflow: hidden;
}

.eggb-pc-featured-img-zone {
  flex-shrink: 0;
  width: 220px;
  max-height: 300px;
  background: var(--eggb-surface);
  border-right: var(--eggb-border-w) solid var(--eggb-border);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem;
}

.eggb-pc-featured-img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  display: block;
}

.eggb-pc-featured-rank {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  line-height: 1;
  color: color-mix(in srgb, var(--eggb-accent) 25%, var(--eggb-text-muted) 46%);
}

.eggb-pc-featured-rank-num {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: currentColor;
}

.eggb-pc-featured-body {
  padding: 1.25rem 1.125rem;
}

.eggb-pc-featured-score-num {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--eggb-accent);
}

.eggb-pc-featured-title {
  font-size: var(--eggb-text-md);
  font-weight: 700;
  line-height: 1.3;
}

.eggb-pc-featured-cta {
  flex: 1;
  text-align: center;
  justify-content: center;
}

.eggb-pc-featured-rule {
  border-top: var(--eggb-border-w) solid var(--eggb-border);
}

@media (max-width: 575.98px) {
  .eggb-pc-featured-img-zone {
    width: 100%;
    max-height: 200px;
    border-right: 0;
    border-bottom: var(--eggb-border-w) solid var(--eggb-border);
  }

  .eggb-pc-featured-img {
    max-height: 160px;
  }

  .eggb-product-card--featured {
    flex-direction: column;
  }
}

.eggb-product-card--compact {
  padding: 0.625rem 0;
}

.eggb-product-card-wrap--compact + .eggb-product-card-wrap--compact .eggb-product-card--compact {
  border-top: var(--eggb-border-w) dashed var(--eggb-border);
}

.eggb-product-card--compact .eggb-pc-rank {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: color-mix(in srgb, var(--eggb-accent) 25%, var(--eggb-text-muted) 46%);
  min-width: 2rem;
  text-align: center;
}

.eggb-pc-compact-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.eggb-pc-compact-title {
  font-size: var(--eggb-text-md);
  font-weight: 600;
  line-height: 1.35;
}

.eggb-product-card--compact .eggb-btn {
  font-size: var(--eggb-text-sm);
}

.cegg5-container .eggb-block .eggb-pc-heading {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--eggb-text);
}

.eggb-pc-block-header {
  margin-bottom: 1rem;
}
