/* Editor styling for Perks & Benefits */
.editor-styles-wrapper .tv3-perks {
  background: #1d1d1d;
  color: #fff;
  padding: 80px 32px;
}

.editor-styles-wrapper .tv3-perks__inner {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.editor-styles-wrapper .tv3-perks__grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.editor-styles-wrapper .tv3-perks__card {
  background: rgba(26, 26, 28, 0.5);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 4px;
}

.editor-styles-wrapper .tv3-perks__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 20, 19, 1);
  border-radius: 4px;
  padding: 6px;
}

.editor-styles-wrapper .tv3-perks__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.editor-styles-wrapper .tv3-perks__navs {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
}

.editor-styles-wrapper .tv3-perks__nav {
  color: var(--wp--preset--color--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: var(--wp--preset--color--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 781px) {
  .editor-styles-wrapper .tv3-perks {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
