/* Product CTA — design locked to CTA.md */
.maxgg-product-cta-shell {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 14px;
  margin: 24px 0 8px;
}
.maxgg-product-cta {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 22px 22px 20px;
  color: #222222;
  line-height: 1.45;
  font-family: Arial, Helvetica, sans-serif;
}
.maxgg-product-cta__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.maxgg-product-cta__left {
  flex: 1;
  min-width: 220px;
}
.maxgg-product-cta__title {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}
.maxgg-product-cta__product {
  margin: 0 0 6px;
  font-size: 14px;
  color: #666666;
}
.maxgg-product-cta__product b {
  color: #222222;
  font-weight: 700;
}
.maxgg-product-cta__delivery {
  margin: 0;
  font-size: 14px;
  color: #222222;
}
.maxgg-product-cta__write {
  text-align: right;
  min-width: 260px;
  flex-shrink: 0;
}
.maxgg-product-cta__write-cap {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}
.maxgg-product-cta__msg {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.maxgg-product-cta__msg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 18px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  border: 0;
}
.maxgg-product-cta__msg-btn--max { background: #5533ee; }
.maxgg-product-cta__msg-btn--tg { background: #0a85d9; }
.maxgg-product-cta__divider {
  height: 1px;
  background: #e5e5e5;
  margin: 0 0 18px;
  border: 0;
}
.maxgg-product-cta__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.maxgg-product-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 17px;
  background: #fff;
  color: #222222 !important;
  border: 1px solid #c50026;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.maxgg-product-cta__btn:hover {
  background: #c50026;
  color: #fff !important;
}
.maxgg-product-cta__contacts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 17px;
  margin-left: auto;
  text-align: right;
}
.maxgg-product-cta__contacts a {
  color: #c50026;
  text-decoration: none;
  font-weight: 700;
}
.maxgg-product-cta__email a {
  font-weight: 400;
}
@media (max-width: 640px) {
  .maxgg-product-cta__write { text-align: left; width: 100%; }
  .maxgg-product-cta__msg { justify-content: flex-start; }
  .maxgg-product-cta__btn { white-space: normal; }
  .maxgg-product-cta__contacts {
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
}
