/* Voeg dit toe bovenaan je tabs.css of gebruik de bestaande selectors */

.editor-styles-wrapper .tabs-nav, 
.tabs-nav {
  display: flex !important;
  list-style: none !important;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.editor-styles-wrapper .tabs-nav li,
.tabs-nav li {
  padding: 10px 20px;
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-right: 5px;
  transition: background 0.3s ease;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  font-family: "Belleza", sans-serif;
  font-size: 21px !important;
}

/* Zorg dat de eerste tab in de editor ook zichtbaar is voor preview */
.is-visual-picker .tab-content,
.tab-content.active {
    display: block !important;
    opacity: 1 !important;
}

.tabs-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.tabs-nav li {
  padding: 10px 20px;
    padding-bottom: 10px;
  padding-bottom: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid #ccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom: none;
  margin-right: 5px;
  transition: background 0.3s ease;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  font-family: "Belleza", sans-serif;
  font-size: 23px !important;
}

.tabs-nav li.active {
  background: #fff;
  margin-bottom: -1px;
  padding-bottom: 12px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  font-weight: 800 !important;
  font-size: 22px !important;
}

.tab-content {
  display: none;
  padding: 30px;
  border: 1px solid #ccc;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(204, 204, 204);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(204, 204, 204);
  border-top: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 40px;
}

/* Wanneer actief: Tonen en infaden */
.tab-content.active {
    display: block;
    opacity: 1;
}

.custom-tabs-container {
  margin-top: 40px;
}