.product-feed {
  display: block;
  padding-bottom: 36px;
}

.product-eyebrow {
  margin: 6px 0 4px;
  color: #707579;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
}

.product-title {
  margin: 0 0 10px;
  color: #0f1419;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
}

.product-lead {
  color: #202326;
  font-size: 15px;
  line-height: 22px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.product-primary-link,
.product-secondary-link {
  display: inline-flex;
  min-height: 36px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.product-primary-link {
  color: #ffffff;
  background: var(--accent-color);
}

.product-primary-link:hover {
  color: #ffffff;
  background: #1d75ba;
  text-decoration: none;
}

.product-secondary-link {
  color: var(--accent-color);
  background: #eef7fd;
}

.product-secondary-link:hover {
  background: #e2f1fb;
  text-decoration: none;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 7px 0 5px 45px;
  max-width: 484px;
}

.product-card,
.product-section-message {
  border-radius: 10px;
  background: var(--box-bg);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.product-card {
  display: block;
  min-height: 132px;
  padding: 13px;
  color: #202326;
}

.product-card:hover {
  text-decoration: none;
}

.product-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.product-card strong {
  display: block;
  color: #202326;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.product-section-message {
  margin: 7px 0 5px 45px;
  max-width: 484px;
  padding: 14px 15px;
  color: #202326;
}

.product-section-message__title {
  margin: 0 0 7px;
  color: #0f1419;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
}

.product-section-message p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}

.product-tariff-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.product-tariff {
  display: block;
  min-height: 126px;
  border: 1px solid rgba(112, 117, 121, 0.18);
  border-radius: 8px;
  padding: 11px 12px;
  color: #202326;
  background: #ffffff;
}

.product-tariff:hover {
  border-color: rgba(36, 129, 204, 0.32);
  text-decoration: none;
}

.product-tariff span,
.product-tariff strong,
.product-tariff em {
  display: block;
}

.product-tariff span {
  margin-bottom: 5px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.product-tariff strong {
  margin-bottom: 7px;
  color: #0f1419;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.product-tariff em {
  color: #4f5458;
  font-size: 13px;
  font-style: normal;
  line-height: 18px;
}

.product-section-message--quiet {
  padding: 11px 15px;
}

.product-list {
  margin: 0;
  padding: 0 0 0 18px;
}

.product-list li {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 22px;
}

.product-list li:last-child {
  margin-bottom: 0;
}

.product-back-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

@media (max-width: 720px) {
  .product-message--hero .tgme_widget_message_bubble,
  .product-message--page .tgme_widget_message_bubble {
    max-width: none;
    width: auto;
  }

  .product-grid,
  .product-section-message {
    margin-left: 45px;
    max-width: calc(100% - 51px);
  }

  .product-grid,
  .product-tariff-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 354px) {
  .product-grid,
  .product-section-message {
    margin-left: 7px;
    max-width: calc(100% - 13px);
  }
}
