#sub-accordion-section-gutefy_settings_general_social_icon {
  background-color: #fff !important;

  .components-panel {
    border: none !important;
  }
}

ul#sub-accordion-section-gutefy_settings_styles_social_icon{
  background-color: #fff !important;

  .components-panel {
    border: none !important;
  }
}

.gf-social-icons-tab-element-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 7px;
  position: sticky;
  z-index: 2;
  top: 0px;
  margin: 0;
  padding: 0 14px;
  box-shadow: inset 0px -1px 0px 0px #ddd;

  .gf-social-icons-tab-element {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    height: var(--tabs-pills-height, 42px);
    max-width: var(--tabs-pills-max-width);
    margin: 0;
    padding: 0px 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #555;
    background-color: #eaeaec;

    &.active {
      border-top-color: #3858E9;
      background-color: white;
      border-bottom: none;
    }
  }
}



//responsive device styler
.gf-social-icons-settings-title-wrapper {
  display: none;
  justify-content: space-between;
  padding: 20px 0 10px 0;
  gap: 10px;

  .gf-social-icons-responsive-controls {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 0;

    li {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #cfd1d2;
    }

    & * {
      cursor: pointer;
    }

    .active {
      color: #3858E9;
    }

    .gf-social-icons-desktop {
      flex-direction: column;

      &::after {
        content: '';
        width: 9px;
        height: 2px;
        background: currentColor;
      }

      &::before {
        content: '';
        margin-bottom: 1px;
        width: 12px;
        height: 9px;
        border: 2px solid currentColor;
      }
    }

    .gf-social-icons-tablet {
      &:before {
        content: '';
        width: 10px;
        height: 11px;
        border: 2px solid currentColor;
        border-bottom-width: 3px;
      }
    }

    .gf-social-icons-mobile {

      width: 8px;
      height: 11px;
      border: 2px solid currentColor;
      border-bottom-width: 3px;
    }

  }
}

//controller-wrapper-style
.gf-social-icons-inline-settings-wrapper {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
}

.gf-social-icons-advanced-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  color: #777;
  transition: transform 0.2s;
  margin-right: 4px;

  &:hover {
    color: #3858E9;
  }

  &.open {
    transform: rotate(180deg);
    color: #3858E9;
  }
}

.gf-social-icons-advanced-panel {
  margin: 8px 0 12px 0;
  padding: 10px;
  background: #f6f7f7;
  border: 1px solid #e5e7eb;
  border-radius: 4px;

  .components-base-control {
    margin-bottom: 10px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

.gf-social-icons-checkbox-control {
  .components-checkbox-control {
    padding-top: 5px;
  }
}

#customize-control-gf_social_icons_open_in_new_tab_settings {
  padding-top: 15px;
}

.gf-social-icons-visibility-wrapper {
  .components-checkbox-control {
    padding-top: 5px;
  }

  .gf-social-icons-visibility-section {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
  }

  .gf-social-icons-visibility-help {
    margin: 0 0 8px 0;
    font-size: 11px;
    color: #757575;
    line-height: 1.4;
  }
}

#sub-accordion-panel-gutefy_settings_core-panel_social_icon {
  .control-section {
    .accordion-section-title {
      text-transform: capitalize;
      font-family: inherit;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 11px;

      &:hover {
        color: #3858E9 !important;
        border-left-color: #3858E9 !important
      }

      &:focus {
        color: #3858E9 !important;
        border-left-color: #3858E9 !important
      }
    }
  }
}
.gf-seperate-line-setting-title{
  padding-bottom: 10px;
  display: block;
}
.gf-social-icons-tab-element,
.gf-social-icons-settings-label,
.gf-social-icons-visibility-heading,
.gf-social-icons-checkbox-control__label {
    text-transform: capitalize;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 11px;
    color: #000000;
}

.gf-social-icons-settings-label,
.gf-social-icons-visibility-heading,
.gf-social-icons-checkbox-control__label {
    margin: 0 0 8px 0;
}

// Apply consistent capitalization to every label inside this plugin's customizer panel,
// including labels rendered by @wordpress/components (CheckboxControl, ToggleControl, InputControl, etc.).
#sub-accordion-panel-gutefy_settings_core-panel_social_icon {
  .components-checkbox-control__label,
  .components-toggle-control__label,
  .components-base-control__label,
  .components-input-control__label {
    text-transform: capitalize;
  }
}
#accordion-panel-gutefy_settings_core-panel_social_icon {
  .accordion-section-title {
    text-transform: capitalize;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 11px;
    background-color: #3858E9 !important;
    border-left-color: #3858E9 !important;
    color: #fff !important;

    &::after {
      color: #fff !important;
    }

    &:hover {
      background-color: #2980B9 !important;
      border-left-color: #2980B9 !important
    }
  }
}
