* {
  box-sizing: border-box;
}

/* html,body{
	overflow-x: hidden;
} */
body {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  line-height: normal;
  font-weight: 400;
  margin: 0;
  background-color: #f6f6f6;
  /* &.home {
  	.site {
  		.site-main {
  			max-width: 1408px;
  			margin: 0 auto;
  			padding: 0 16px;

  			article {
  				&:not(:last-child) {
  					margin-bottom: 24px;
  				}
  			}
  		}

  		.widget-area {
  			display: none !important;
  		}
  	}
  } */
}
body::-webkit-scrollbar {
  background: transparent;
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  background-color: #828282;
  border-radius: 100px;
}
body.page-id-16 header,
body.page-id-16 footer {
  display: none !important;
}
body.page-template-home-products-two {
  background-color: #edf2f6;
}

._container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 16px;
}

.site {
  position: relative;
  /* overflow: hidden; */
}

/* Tabs */
._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.breadcrumbs {
  background-color: #f5f5f5;
}
.breadcrumbs__body {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  background: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.breadcrumbs__body span {
  color: #0c0c0c;
}
.breadcrumbs__body span a span {
  color: #1d62fe;
}
.breadcrumbs__body span a:hover span {
  text-decoration: underline;
}

.breadcrumbs-product {
  padding: 20px 0 0 0;
}
.breadcrumbs-product__body {
  padding: 20px 24px;
  background-image: url("/blog/wp-content/themes/switcher/assets/images/breadcrumbs-back-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-color: #f3e6e7;
  border-radius: 8px;
}
.breadcrumbs-product__body span {
  color: #0c0c0c;
}
.breadcrumbs-product__body span a span {
  color: #e76b6e;
  font-weight: 600;
}
.breadcrumbs-product__body span a:hover span {
  text-decoration: underline;
}

.article-bottom__body .navigation {
  max-width: 68%;
}
@media (max-width: 767px) {
  .article-bottom__body .navigation {
    max-width: 100%;
  }
}
.article-bottom__body .navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 767px) {
  .article-bottom__body .navigation .nav-links {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
    justify-content: flex-start;
  }
}
.article-bottom__body .navigation .nav-links .nav-previous a {
  color: #1d62fe;
}
.article-bottom__body .navigation .nav-links .nav-previous a:hover {
  text-decoration: underline;
}
.article-bottom__body .navigation .nav-links .nav-next a {
  color: #1d62fe;
}
.article-bottom__body .navigation .nav-links .nav-next a:hover {
  text-decoration: underline;
}
.article-bottom__comments {
  /* max-width: 68%; */
  padding: 50px 0;
}
@media (max-width: 767px) {
  .article-bottom__comments {
    max-width: 100%;
  }
}
.article-bottom__comments .comments-area {
  background-color: #1d62fe;
  border-radius: 16px;
  padding: 48px 24px;
}
.article-bottom__comments .comments-area .comment-respond .comment-reply-title {
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.article-bottom__comments .comments-area .comment-respond .comment-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-notes {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin: 16px 0 24px 0;
  order: 1;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .logged-in-as {
  color: #fff;
  text-align: center;
  margin: 16px 0 0 0;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .logged-in-as a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-comment {
  order: 5;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-comment label {
  color: #fff;
  font-size: 16px;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-author {
  order: 2;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-author label {
  color: #fff;
  font-size: 16px;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-email {
  order: 3;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-email label {
  color: #fff;
  font-size: 16px;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-url {
  order: 4;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-url label {
  color: #fff;
  font-size: 16px;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  order: 6;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #fff;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  width: -moz-fit-content;
  width: fit-content;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .form-submit {
  order: 7;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .form-submit input {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.article-bottom__comments .comments-area .comment-respond .comment-form .form-submit input:hover {
  background-color: #fff;
}
.article-bottom__comments .comments-area .comment-respond .comment-form input {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #efefef;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #333333;
  font-family: "Arial", sans-serif;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.article-bottom__comments .comments-area .comment-respond .comment-form textarea {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #efefef;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #333333;
  font-family: "Arial", sans-serif;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100px;
  resize: none;
}
.article-bottom__comments .comments-area .comment-list {
  background-color: #fff;
}

.product-bottom__body .navigation {
  max-width: 68%;
}
@media (max-width: 767px) {
  .product-bottom__body .navigation {
    max-width: 100%;
  }
}
.product-bottom__body .navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 767px) {
  .product-bottom__body .navigation .nav-links {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
    justify-content: flex-start;
  }
}
.product-bottom__body .navigation .nav-links .nav-previous a {
  color: #e76b6e;
  font-weight: 600;
}
.product-bottom__body .navigation .nav-links .nav-previous a:hover {
  text-decoration: underline;
}
.product-bottom__body .navigation .nav-links .nav-next a {
  color: #e76b6e;
  font-weight: 600;
}
.product-bottom__body .navigation .nav-links .nav-next a:hover {
  text-decoration: underline;
}
.product-bottom__comments {
  /* max-width: 68%; */
  padding: 50px 0;
}
@media (max-width: 767px) {
  .product-bottom__comments {
    max-width: 100%;
  }
}
.product-bottom__comments .comments-area {
  background-color: #f3e6e7;
  border-radius: 16px;
  padding: 48px 24px;
}
.product-bottom__comments .comments-area .comment-respond .comment-reply-title {
  color: #0c0c0c;
  font-size: 28px;
  text-align: center;
}
.product-bottom__comments .comments-area .comment-respond .comment-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-notes {
  color: #0c0c0c;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin: 16px 0 24px 0;
  order: 1;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .logged-in-as {
  color: #0c0c0c;
  text-align: center;
  margin: 16px 0 0 0;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .logged-in-as a {
  color: #0c0c0c;
  font-weight: 600;
  text-decoration: underline;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-comment {
  order: 5;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-comment label {
  color: #0c0c0c;
  font-size: 16px;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-author {
  order: 2;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-author label {
  color: #0c0c0c;
  font-size: 16px;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-email {
  order: 3;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-email label {
  color: #0c0c0c;
  font-size: 16px;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-url {
  order: 4;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-url label {
  color: #0c0c0c;
  font-size: 16px;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  order: 6;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #0c0c0c;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  width: -moz-fit-content;
  width: fit-content;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .form-submit {
  order: 7;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .form-submit input {
  background-color: #e76b6e;
  padding: 12px 24px;
  color: #fff;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.product-bottom__comments .comments-area .comment-respond .comment-form .form-submit input:hover {
  background-color: #4a2a31;
}
.product-bottom__comments .comments-area .comment-respond .comment-form input {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #efefef;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #333333;
  font-family: "Arial", sans-serif;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.product-bottom__comments .comments-area .comment-respond .comment-form textarea {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #efefef;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #333333;
  font-family: "Arial", sans-serif;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100px;
  resize: none;
}

body.page-template-home-products .widget-area {
  min-width: 371px;
  max-width: 371px;
  background-color: #f3e6e7;
  background-image: url("/blog/wp-content/themes/switcher/assets/images/sidebar-back-01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 16px;
  padding: 16px 24px 130px 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}
body.page-template-home-products .widget-area .widget_block h1,
body.page-template-home-products .widget-area .widget_block h2,
body.page-template-home-products .widget-area .widget_block h3,
body.page-template-home-products .widget-area .widget_block h4,
body.page-template-home-products .widget-area .widget_block h5,
body.page-template-home-products .widget-area .widget_block h6 {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}
body.page-template-home-products .widget-area .widget_block ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 10px;
}
body.page-template-home-products .widget-area .widget_block ul li {
  padding-left: 16px;
  position: relative;
  color: #e76b6e;
}
body.page-template-home-products .widget-area .widget_block ul li:hover {
  text-decoration: underline;
}
body.page-template-home-products .widget-area .widget_block ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #e76b6e;
}
body.page-template-home-products .widget-area .widget_block ul li a {
  color: #e76b6e;
}
body.page-template-home-products .widget-area .widget_block ul li a:hover {
  text-decoration: underline;
}
body.page-template-home-products .widget-area .widget_block p {
  margin-bottom: 8px;
}
body.page-template-home-products .widget-area .widget_block p strong {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
  display: flex;
}
body.page-template-home-products .widget-area .widget_block p a {
  position: relative;
  color: #e76b6e;
}
body.page-template-home-products .widget-area .widget_block p a:hover {
  text-decoration: underline;
}

.section-article .not-found .page-header .page-title {
  font-size: 32px;
  line-height: normal;
  font-weight: 500;
  color: #212121;
}
@media (max-width: 1408px) {
  .section-article .not-found .page-header .page-title {
    font-size: calc(24px + 8 * (100vw - 360px) / 1048);
  }
}
.section-article .not-found .page-content .page-text {
  margin: 20px 0;
  font-size: 20px;
  line-height: normal;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 1408px) {
  .section-article .not-found .page-content .page-text {
    font-size: calc(16px + 4 * (100vw - 360px) / 1048);
  }
}
.section-article .not-found .page-content .search-form {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-article .not-found .page-content .search-form {
    flex-direction: column;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .section-article .not-found .page-content .search-form label {
    width: 100%;
  }
}
.section-article .not-found .page-content .search-form label input {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: normal;
  color: #212121;
}
.section-article .not-found .page-content .search-form label input::-moz-placeholder {
  color: #212121;
  font-size: 16px;
  line-height: normal;
}
.section-article .not-found .page-content .search-form label input::placeholder {
  color: #212121;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 767px) {
  .section-article .not-found .page-content .search-form label input {
    width: 100%;
  }
}
.section-article .not-found .page-content .search-form .search-submit {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 30px;
  color: #fff;
  border-radius: 100px;
  background-color: #1d62fe;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .section-article .not-found .page-content .search-form .search-submit {
    margin-left: 0;
    width: 100%;
  }
}
.section-article .not-found .page-content .search-form .search-submit:hover {
  background-color: #0038b8;
}

.sidebar-articles .widget-area {
  min-width: 371px;
  max-width: 371px !important;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 24px 36px 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  margin-left: auto;
}
.sidebar-articles .widget-area .widget_block h1,
.sidebar-articles .widget-area .widget_block h2,
.sidebar-articles .widget-area .widget_block h3,
.sidebar-articles .widget-area .widget_block h4,
.sidebar-articles .widget-area .widget_block h5,
.sidebar-articles .widget-area .widget_block h6 {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}
.sidebar-articles .widget-area .widget_block ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 10px;
}
.sidebar-articles .widget-area .widget_block ul li {
  padding-left: 16px;
  position: relative;
  color: #1d62fe;
}
.sidebar-articles .widget-area .widget_block ul li:hover {
  text-decoration: underline;
}
.sidebar-articles .widget-area .widget_block ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #1d62fe;
}
.sidebar-articles .widget-area .widget_block ul li a {
  color: #1d62fe;
}
.sidebar-articles .widget-area .widget_block ul li a:hover {
  text-decoration: underline;
}
.sidebar-articles .widget-area .widget_block p {
  margin-bottom: 8px;
}
.sidebar-articles .widget-area .widget_block p strong {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
  display: flex;
}
.sidebar-articles .widget-area .widget_block p a {
  position: relative;
  color: #1d62fe;
}
.sidebar-articles .widget-area .widget_block p a:hover {
  text-decoration: underline;
}

.section-products .not-found .page-header .page-title {
  font-size: 32px;
  line-height: normal;
  font-weight: 500;
  color: #212121;
}
@media (max-width: 1408px) {
  .section-products .not-found .page-header .page-title {
    font-size: calc(24px + 8 * (100vw - 360px) / 1048);
  }
}
.section-products .not-found .page-content .page-text {
  margin: 20px 0;
  font-size: 20px;
  line-height: normal;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 1408px) {
  .section-products .not-found .page-content .page-text {
    font-size: calc(16px + 4 * (100vw - 360px) / 1048);
  }
}
.section-products .not-found .page-content .search-form {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-products .not-found .page-content .search-form {
    flex-direction: column;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .section-products .not-found .page-content .search-form label {
    width: 100%;
  }
}
.section-products .not-found .page-content .search-form label input {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: normal;
  color: #212121;
}
.section-products .not-found .page-content .search-form label input::-moz-placeholder {
  color: #212121;
  font-size: 16px;
  line-height: normal;
}
.section-products .not-found .page-content .search-form label input::placeholder {
  color: #212121;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 767px) {
  .section-products .not-found .page-content .search-form label input {
    width: 100%;
  }
}
.section-products .not-found .page-content .search-form .search-submit {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 30px;
  color: #fff;
  border-radius: 100px;
  background-color: #e76b6e;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .section-products .not-found .page-content .search-form .search-submit {
    margin-left: 0;
    width: 100%;
  }
}
.section-products .not-found .page-content .search-form .search-submit:hover {
  background-color: #4a2a31;
}

.sidebar-products .widget-area {
  min-width: 371px;
  max-width: 371px;
  background-color: #f3e6e7;
  background-image: url("/blog/wp-content/themes/switcher/assets/images/sidebar-back-01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 16px;
  padding: 16px 24px 130px 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}
.sidebar-products .widget-area .widget_block h1,
.sidebar-products .widget-area .widget_block h2,
.sidebar-products .widget-area .widget_block h3,
.sidebar-products .widget-area .widget_block h4,
.sidebar-products .widget-area .widget_block h5,
.sidebar-products .widget-area .widget_block h6 {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}
.sidebar-products .widget-area .widget_block ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 10px;
}
.sidebar-products .widget-area .widget_block ul li {
  padding-left: 16px;
  position: relative;
  color: #e76b6e;
}
.sidebar-products .widget-area .widget_block ul li:hover {
  text-decoration: underline;
}
.sidebar-products .widget-area .widget_block ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #e76b6e;
}
.sidebar-products .widget-area .widget_block ul li a {
  color: #e76b6e;
}
.sidebar-products .widget-area .widget_block ul li a:hover {
  text-decoration: underline;
}
.sidebar-products .widget-area .widget_block p {
  margin-bottom: 8px;
}
.sidebar-products .widget-area .widget_block p strong {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
  display: flex;
}
.sidebar-products .widget-area .widget_block p a {
  position: relative;
  color: #e76b6e;
}
.sidebar-products .widget-area .widget_block p a:hover {
  text-decoration: underline;
}

#ez-toc-container {
  margin-top: 30px;
}
#ez-toc-container ul li::before {
  display: none;
}

.uagb-slick-carousel {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.uagb-slick-carousel .uagb-tm__items.slick-initialized {
  width: 100%;
}

.article-float {
  position: fixed;
  bottom: -100vh;
  left: 0;
  height: 150px;
  width: 100%;
  background: rgb(250, 101, 102);
  background: linear-gradient(0deg, rgb(250, 101, 102) 0%, rgba(21, 176, 102, 0) 55%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}
.article-float._active {
  bottom: 0;
}
.article-float__body form {
  margin: 0 auto;
}
.article-float__body .switcher-btn-aff {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 9px 34px;
  color: #fff;
  border-radius: 100px;
  background-color: rgb(250, 101, 102);
  transition: all 0.3s ease 0s;
}
.article-float__body .switcher-btn-aff:hover {
  background-color: rgb(55, 20, 20);
}

.wp-block-social-links {
  display: block !important;
  margin: 24px 0;
}
.wp-block-social-links li {
  padding: 0 !important;
  list-style: none;
}
.wp-block-social-links li::before {
  display: none;
  padding: 0;
}
.wp-block-social-links li a {
  padding-left: 7px !important;
}
.wp-block-social-links li a::before {
  display: none !important;
}/*# sourceMappingURL=base.css.map */