/*-----------------------------
* Responsive Breakpoints
* 1001px +          Desktop+
* 0px - 1000px      SmartPhone - Tablet - Desktop
* 769px - 1000px    Tablet - Desktop
* 0px - 768px       Tablet
* 681px - 768px     SmartPhone - Tablet
* 0px - 680px       SmartPhone
------------------------------*/
.block-editor-page .components-tab-panel__tabs button.active-tab {
  color: var(--wp--preset--color--base);
  background: var(--wp--preset--color--contrast);
}

.block-editor-page .components-tab-panel__tabs {
  margin-bottom: 1rem;
  border-bottom: 2px solid currentColor;
}

[class*=__inner-container] .block-editor-inner-blocks > .block-editor-block-list__layout > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
[class*=__inner-container] .block-editor-inner-blocks > .block-editor-block-list__layout > * + * {
  margin-block-start: var(--wp--custom--style--block-gap);
  margin-block-end: 0;
}

.editor-styles-wrapper .wp-block-query.related-posts a {
  text-decoration: none;
  color: currentColor;
}
