.mqs-pb {
  box-sizing: border-box;
  width: 100%;
  margin: 18px 0;
  clear: both;
  font-family: inherit;
}
.mqs-pb *,
.mqs-pb *::before,
.mqs-pb *::after {
  box-sizing: border-box;
}
.mqs-pb-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 800;
  color: #1f2933;
}
.mqs-pb-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.mqs-pb-cards-1 {
  grid-template-columns: minmax(0, 1fr);
}
.mqs-pb-cards-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mqs-pb-decision-card,
.mqs-pb-usebox {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
}
.mqs-pb-decision-card {
  padding: 17px 17px 15px;
  min-height: 150px;
  border-top-width: 3px;
}
.mqs-pb-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
}
.mqs-pb-card-heading h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: #1f2933;
}
.mqs-pb-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1d6fd8;
}
.mqs-pb-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  display: block;
}
.mqs-pb-decision-card ul,
.mqs-pb-usebox ul {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}
.mqs-pb-decision-card li,
.mqs-pb-usebox li {
  margin: 0 0 5px;
}
.mqs-pb-card-positive {
  border-top-color: #22a35a;
}
.mqs-pb-card-positive .mqs-pb-icon {
  color: #16823a;
  background: #eaf8ef;
}
.mqs-pb-card-positive h3 {
  color: #16823a;
}
.mqs-pb-card-negative {
  border-top-color: #dc6b60;
}
.mqs-pb-card-negative .mqs-pb-icon {
  color: #c24136;
  background: #fff1ef;
}
.mqs-pb-card-negative h3 {
  color: #a43f36;
}
.mqs-pb-card-upgrade {
  border-top-color: #7c5cff;
}
.mqs-pb-card-upgrade .mqs-pb-icon {
  color: #6d3edb;
  background: #f3edff;
}
.mqs-pb-card-upgrade h3 {
  color: #5d35c7;
}
.mqs-pb-card-premium {
  border-top-color: #f59e0b;
}
.mqs-pb-card-premium .mqs-pb-icon {
  color: #b45309;
  background: #fff7e6;
}
.mqs-pb-card-premium h3 {
  color: #9a5b00;
}
.mqs-pb-card-alternative {
  border-top-color: #0ea5a3;
}
.mqs-pb-card-alternative .mqs-pb-icon {
  color: #0f766e;
  background: #e7f7f4;
}
.mqs-pb-card-alternative h3 {
  color: #0f766e;
}
.mqs-pb-card-warning {
  border-top-color: #f59e0b;
}
.mqs-pb-card-warning .mqs-pb-icon {
  color: #b45309;
  background: #fff7e6;
}
.mqs-pb-card-warning h3 {
  color: #9a5b00;
}
.mqs-pb-card-info {
  border-top-color: #60a5fa;
}
.mqs-pb-card-info .mqs-pb-icon {
  color: #1d6fd8;
  background: #eef6ff;
}
.mqs-pb-card-info h3 {
  color: #1d6fd8;
}
.mqs-pb-upgrade-products {
  margin-top: 12px;
  border-top: 1px solid #eef2f7;
  padding-top: 10px;
}
.mqs-pb-upgrade-products > strong {
  display: block;
  font-size: 13px;
  line-height: 1.25;
  color: #475569;
  margin-bottom: 8px;
}
.mqs-pb-upgrade-product-list {
  display: grid;
  gap: 8px;
}
.mqs-pb-upgrade-product {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 7px;
  color: #1f2933;
  text-decoration: none;
  background: #fff;
}
.mqs-pb-upgrade-product:hover {
  border-color: #7c5cff;
  color: #1f2933;
  text-decoration: none;
}
.mqs-pb-upgrade-product img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.mqs-pb-upgrade-product-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.mqs-pb-upgrade-product-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.mqs-pb-upgrade-product-price {
  font-size: 13px;
  color: #ff6a00;
  font-weight: 800;
}
.mqs-pb-useconnect-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
.mqs-pb-usebox {
  padding: 16px;
  min-height: 138px;
}
.mqs-pb-usebox h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e7f1ff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  color: #1d6fd8;
}
.mqs-pb-usebox h2::before {
  content: "";
  display: inline-block;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #1d6fd8;
}
.mqs-pb-feature-list {
  padding-left: 0 !important;
  list-style: none;
}
.mqs-pb-feature-list li {
  display: block;
}
.mqs-pb-feature-label {
  color: #17823b;
  font-weight: 800;
  margin-right: 4px;
}
.mqs-pb-feature-label::after {
  content: ":";
}
.mqs-pb-feature-text {
  color: #1f2933;
}
.mqs-pb-connect-body {
  display: grid;
  grid-template-columns: minmax(108px, 44%) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.mqs-pb-connect-list {
  padding-left: 0 !important;
  list-style: none;
  display: grid;
  gap: 7px;
}
.mqs-pb-connect-list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
}
.mqs-pb-connect-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 999px;
  color: #1d6fd8;
  background: #eef6ff;
}
.mqs-pb-connect-icon svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
  display: block;
}
.mqs-pb-connect-copy {
  display: inline;
  min-width: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #334155;
}
.mqs-pb-connect-label {
  color: #1d6fd8;
  font-weight: 800;
  margin-right: 4px;
}
.mqs-pb-connect-label::after {
  content: ":";
}
.mqs-pb-connect-text-small {
  color: #334155;
}
.mqs-pb-connect-image {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 134px;
  border: 1px solid #e7f1ff;
  border-radius: 10px;
  background: #fbfdff;
  padding: 8px;
}
.mqs-pb-connect-image img {
  display: block;
  width: 100%;
  max-width: 168px;
  height: auto;
  max-height: 170px;
  object-fit: contain;
}
.mqs-pb-important-text {
  color: #c56a00;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 10px;
  border: 1px solid #ffd7a8;
  border-radius: 8px;
  background: #fffaf1;
  padding: 9px 10px;
}
.mqs-pb-usebox-important {
  border-color: #e5e7eb;
  background: #fff;
}
.mqs-pb-usebox-important ul {
  color: #334155;
}
@media (max-width: 991px) {
  .mqs-pb-decision-grid,
  .mqs-pb-cards-2,
  .mqs-pb-cards-3,
  .mqs-pb-useconnect-grid {
    grid-template-columns: 1fr;
  }
  .mqs-pb-connect-body {
    grid-template-columns: 1fr;
  }
  .mqs-pb-connect-image {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .mqs-pb {
    margin: 14px 0;
  }
  .mqs-pb-title {
    font-size: 19px;
  }
  .mqs-pb-card-heading h3 {
    font-size: 17px;
  }
  .mqs-pb-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
  .mqs-pb-icon svg {
    width: 19px;
    height: 19px;
  }
  .mqs-pb-decision-card,
  .mqs-pb-usebox {
    padding: 14px;
  }
}
