/* 2026-07-13 annotation corrections — source: docs/300站-UI图/模板14 */

.actions-row .red-btn,
.actions-row .white-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}

body[data-page="bonus"] .compact-bonus article {
  grid-template-columns: 70px minmax(0, 1fr) 300px;
}

body[data-page="bonus"] .compact-bonus .offer {
  display: grid;
  grid-template-columns: 150px 132px;
  align-items: end;
  gap: 14px;
}

body[data-page="bonus"] .compact-bonus .offer b {
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfe0fa;
  border-radius: 7px;
  color: var(--red);
  background: #eef5ff;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

body[data-page="bonus"] .compact-bonus .offer b::before {
  content: attr(data-label);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #79849a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

body[data-page="bonus"] .compact-bonus .offer .red-btn {
  width: 132px;
  height: 36px;
  margin: 0;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

body[data-page="bonus"] .compact-bonus article:nth-child(3) .offer b {
  color: #15965f;
  border-color: #cdeedc;
  background: #e9f9f0;
}

body[data-page="guides"] .subhero,
body[data-page="guides"] .subhero .hero-image {
  height: 455px;
}

body[data-page="guides"] .subhero {
  background: #fff;
}

body[data-page="guides"] .subhero p {
  width: 335px;
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.65;
}

body[data-page="guides"] .subhero .hero-image {
  width: 405px;
  object-fit: cover;
  mix-blend-mode: normal;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 13%);
  mask-image: linear-gradient(90deg, transparent 0, #000 13%);
}

body[data-page="guides"] .category-seven { height: 130px; }
body[data-page="guides"] .guide-cards article { height: 130px; }
body[data-page="guides"] .guide-cards img { height: 110px; }

body[data-page="guides"] .trust-strip {
  height: 180px;
  margin-top: 18px;
}

body[data-page="guides"] .trust-metrics {
  height: 100%;
  align-items: stretch;
}

body[data-page="guides"] .trust-metrics div {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body[data-page="guides"] .trust-metrics b {
  margin-bottom: 9px;
}

body[data-page="guides"] .trust-metrics small {
  display: block;
  line-height: 1.45;
}

body[data-page="guides"] .newsletter {
  height: 130px;
  margin-top: 20px;
  padding-top: 20px;
}

body[data-page="guides"] .newsletter > img { height: 120px; }
body[data-page="guides"] .newsletter form { top: 27px; }
