.mqspp-product-advanced {
  margin: 34px 0 20px;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.mqspp-product-advanced * {
  box-sizing: border-box;
}
.mqspp-block {
  margin-bottom: 30px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .045);
}
.mqspp-block-header {
  margin-bottom: 18px;
}
.mqspp-block-header h2 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #1f2f46;
}
.mqspp-block-header p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}
.mqspp-video-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.mqspp-video-anchor {
  flex: 0 0 auto;
  font-weight: 700;
  text-decoration: none !important;
}
.mqspp-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.mqspp-video-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.mqspp-video-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
  text-align: center;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.mqspp-video-trigger img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  opacity: .92;
}
.mqspp-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0f65c7;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}
.mqspp-video-duration {
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .78);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
}
.mqspp-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  background: #000;
}
.mqspp-video-content {
  padding: 14px;
}
.mqspp-video-content h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  color: #1f2f46;
}
.mqspp-video-description {
  color: #3f4652;
  font-size: 14px;
  line-height: 1.45;
}
.mqspp-video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0;
  font-size: 13px;
  color: #64748b;
}
.mqspp-video-meta span {
  padding: 3px 8px;
  border-radius: 999px;
  background: #f1f5f9;
}
.mqspp-faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
}
.mqspp-faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  background: #fff;
  padding: 12px 14px;
}
.mqspp-faq-item summary {
  cursor: pointer;
  font-weight: 750;
  color: #1f2f46;
  list-style: none;
}
.mqspp-faq-item summary::-webkit-details-marker {
  display: none;
}
.mqspp-faq-item summary:after {
  content: '+';
  float: right;
  font-weight: 700;
}
.mqspp-faq-item[open] summary:after {
  content: '–';
}
.mqspp-faq-answer {
  margin-top: 10px;
  color: #3f4652;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .mqspp-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mqspp-faq-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .mqspp-block {
    padding: 16px;
    border-radius: 10px;
  }
  .mqspp-video-grid {
    grid-template-columns: 1fr;
  }
  .mqspp-video-head {
    display: block;
  }
  .mqspp-video-anchor {
    display: inline-block;
    margin-top: 8px;
  }
}
