:root {
  --quiqowl-primary-color: #4f43ff;
}

/* Global Styles */
.quiqowl__border-none {
  border: none !important;
}
.quiqowl__border-bottom-light {
  border-bottom: 1px solid #e0e0e0 !important;
}
.quiqowl__margin-none {
  margin: 0 !important;
}
.quiqowl__margin-top-none {
  margin-top: 0 !important;
}
.quiqowl__margin-bottom-none {
  margin-bottom: 0 !important;
}

/* Inspector Control */
.quiqowl__inspector-tab {
  border-radius: 0;
}
.quiqowl__inspector-tab.active-tab {
  pointer-events: none;
}
.quiqowl__inspector-tab.active-tab svg {
  fill: var(--quiqowl-primary-color);
}

/* Wrapper Color Styles */
.quiqowl__wrapper-color-control .components-tools-panel {
  padding: 0;
  border: none;
  margin-bottom: 12px;
}
.quiqowl__wrapper-color-control .components-tools-panel-item {
  margin-top: 0 !important;
}

/* Box Control */
.quiqowl__box-control {
  margin-top: 24px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.quiqowl__box-control .components-base-control {
  margin-bottom: 0px !important;
}

/* Color Control */
.quiqowl__panel-color-control {
  margin: 24px 0;
}
.quiqowl__panel-color-control .components-tools-panel {
  padding: 16px 6px !important;
}

/* Angle Picker Control */
.quiqowl__angle-picker-control {
  margin-top: 24px;
  margin-bottom: 24px;
}
.quiqowl__angle-picker-control .components-spacer {
  margin-top: 16px;
}

/* Responsive Tab Panel */
.quiqowl__responsive-tab-panel .components-tab-panel__tabs {
  margin-bottom: 10px;
  gap: 6px;
}
.quiqowl__responsive-tab-panel .components-tab-panel__tabs-item {
  width: 24px !important;
  height: 22px !important;
  min-width: 18px;
  padding: 6px 4px;
  border-radius: 2px;
}
.quiqowl__responsive-tab-panel .active-tab {
  background-color: var(--quiqowl-primary-color);
  pointer-events: none;
}
.quiqowl__responsive-tab-panel .active-tab svg {
  fill: #fff;
}
.quiqowl__responsive-tab-panel .components-tab-panel__tabs-item svg {
  width: 16px;
  height: 16px;
}

/* Attribute Separator */
.quiqowl__attribute-separator {
  border: 1px solid #e2e2e2;
  padding: 12px;
  margin-bottom: 12px;
}
.quiqowl__attribute-separator .quiqowl__attribute-separator-label {
  background-color: var(--quiqowl-primary-color);
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Block Upsell notice */
.quiqowl-block__upsell-notice {
  padding: 26px 16px;
  text-align: center;
}

/* Pro Label */
.quiqowl__pro-label {
  display: inline-flex;
  height: 16px;
  width: 36px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #f03838;
  color: #fff;
  font-size: 10px;
  border-radius: 2px;
  font-weight: 600;
}

/* Tab Panel */
.quiqowl__tab-panel .components-tab-panel__tabs {
  justify-content: space-between;
  border-bottom: 1px solid #b4a2a2;
}
.quiqowl__tab-panel .components-tab-panel__tabs-item {
  height: 34px !important;
  width: 100%;
  justify-content: center;
}
.quiqowl__tab-panel .components-tab-panel__tabs-item.active-tab {
  background-color: var(--quiqowl-primary-color);
  color: #fff;
}
