/*
 Theme Name:   Swyft Child
 Theme URI:    https://swyft.codesupply.co/
 Description:  Child theme for Swyft theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     swyft
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  swyft-child
*/

/* Add your custom CSS below this line */
.wp-block-code{
    border-radius:8px !important;
}
.hljs, .hljs-subst{
    color:#ABB2BF !important;
}
.hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion{
    color:#e6c07b !important;
}
.hljs-title, .hljs-section{
    color:#c678dd !important;
}

.cs-entry__post-meta .cs-meta-category .post-categories a{
	background:#111522 !important;
	color:#fff !important;
}
.cs-entry__post-meta .cs-meta-category .post-categories a:hover{
	background:#181d2c !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
	margin:0 20px 0 0;
}
.cs-icon-search:hover{
	background-color:var(--cs-light-button-background) !important;
}
.cs-header__scheme-toggle-icons:hover{
	background-color:var(--cs-light-button-background) !important;
}
.is-style-cs-tiles > li > a{
	 background:var(--cs-palette-color-gray-100) !important;
	
}
.is-style-cs-tiles > li > a:hover{
color:var(--cs-light-button-background) !important;
}
.enlighter {
    background-color: #fff !important;
}

.cs-header__inner-desktop .cs-header__logo img{
	width:auto;
	height:72px;
}
.cs-header__inner-mobile .cs-header__logo img{
    width: auto;
    height: 48px;
}
.cs-offcanvas__header{
    margin-top: .5rem;
}
.cs-offcanvas .cs-logo{
    margin-bottom: 0;
}
.cs-offcanvas .cs-logo img{
    width: auto;
    height: 48px !important;
}
.cs-logo{
	width:25%;
	display:flex;
	align-items:center;
}

@media (max-width: 768px) {
  .cs-logo {
    width: 100%;
    justify-content: center;
  }
}
.cs-header__col .cs-col-center{
	width:60%;
}
.cs-header__col .cs-col-right{
	width:40%;
}
.custom-footer {
  background: var(--cs-layout-background);
  color: #fff;
  font-family: 'silka', sans-serif !important;
  width:100%;
  box-shadow:border-box;
  border-top: 1px solid var(--cs-color-contrast-200);
}

.links-heading {
  color: #fff;
  font-size: 1.25rem;
}

.footer-top {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 90px 45px;
  max-width: 1648px;
  width:100%;
  margin:0 auto;

}

.footer-column {
  min-width: 25%;
  margin-bottom: 20px;
}
.footer-column h4 {
    font-weight: 600;
    margin-bottom: 0;
}
@media (min-width: 769px) {
    .footer-column h4 {
      margin-bottom: 1.5rem;
    }
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 16px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #f49719;
}

.footer-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: wrap;
  padding: 40px 45px;
  font-size: 14px;
  max-width: 1648px;
  width:100%;
  margin:0 auto;
}

.footer-bottom p {
  padding-right: 15px;
  color: #ffffff99;

}

.footer-links {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.footer-links li a {
  color: #ffffff99;
  text-decoration: none;
}

.footer-links li a:hover {
  text-decoration: underline;
}

.social-icon img {
  width: 20px;
  height: 20px;
}

.social-icon {
  align-self: center;
  display: flex;
  width: 38%;
  justify-content: flex-end;
}

.footer-menu {
  display: block;
}

@media (max-width: 991px) {
	.eye-toc {
		display:none !important;
	}
	.main-content {
		width:100%;
	}
  .footer-bottom {
    padding: 88px 20px 20px 20px;
    justify-content: start;
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .social-icon {
    align-self: center;
    display: flex;
    width: 100%;
    justify-content: start;
    border-bottom: 1px solid #ffffff2b;
    padding-bottom: 15px;
  }

  .footer-links {
    gap: 5px !important;
    flex-wrap: wrap;
    justify-content: start;
  }

  .footer-column ul {
    padding: 15px 0px 0px 0px;
  }

  .footer-bottom p {
    margin: 10px 0px;
  }

  .footer-column {
    min-width: 100%;
  }

}

/* Hide toggle UI on desktop */
@media (min-width: 769px) {

  .mobile-menu {
    display: block !important;
  }
}

/* Mobile styling */
@media (max-width: 768px) {
  .mobile-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0.5rem 1rem .5rem;
    border-bottom: 1px solid #ffffff2b;
  }

  .arrow-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    /* ▼ */
    transition: transform 0.3s ease;
  }

  .mobile-toggle.active .arrow-icon {
    transform: rotate(-135deg);
    /* ▲ */
  }

  .mobile-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
  }

  .mobile-menu.open {
    display: flex;
  }

  .footer-top {
    padding: 50px 20px 88px 20px;
  }
}

.eye_archive_card {
  border: 1px solid;
  border-color: var(--cs-color-contrast-200);
  border-radius: 1.5rem;
  overflow: hidden;
  justify-content: space-between;
  position: relative; /* test */
  display: flex;
  flex-direction: column;
}

.eye_archive_card:hover {
  transition: all .3s ease-in-out;
  transform: translateY(-0.25rem);
}
.cs-overlay-background{
	max-height:180px;
	height:100%;
}
@media (min-width: 769px) {
  .eye_archive_card .cs-overlay-background img {
	  height:100%
    width: 100%;
    object-fit: cover;
    display: block;
  }
}


.cs-entry__thumbnail.cs-entry__overlay {
  border-radius: 1.5rem 1.5rem 0 0 !important;
  --cs-thumbnail-border-radius: 0px !important;
	height:100%;
	max-height:180px;
}

.cs-entry__inner.cs-entry__overlay .cs-overlay-background:after,
.cs-entry__inner.cs-entry__overlay .cs-overlay-background:before {
  opacity: 0.6 !important;
  z-index: 2;
  background: linear-gradient(rgba(25, 36, 64, 0), rgb(5, 7, 13));
  border-radius: 0px;
}

.cs-overlay-background {
  justify-content: flex-end;
}

/*
.cs-entry__content {
  padding: 1.5rem 1.5rem 0;
}
*/

.cs-entry__content {
  padding: 0rem 1.5rem 1.5rem;
}

.auth-container {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  display: block;
  width: auto;
  padding: 0;
}

@media (max-width: 768px) {
  .auth-container {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .cs-entry__content {
    padding-bottom: 4rem;
  }
}

.auth-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  width: 75%;
}

.auth-image {
  background-color: #737373;
  border: 1px solid black;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.auth-name {
  font-size: 14px;
  color: var(--cs-adminmbar-offset) !important;
  font-weight: 600;
}

.auth-butn {
  height: 2.5rem;
  justify-content: center;
  margin-left: 2.25rem;
  width: 2.5rem;
  border-width: 1px;
  border-style: solid;
  background-color: var(--cs-light-button-color);
  color: var(--cs-light-secondary-button-background);
  border-image: initial;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  align-items: center;
  display: flex;

}

.eye_archive_card:hover .auth-butn {
  height: 2.5rem;
  margin: 0;
  width: 4.75rem;
  border-radius: 1.5rem;
  color: var(--cs-light-button-color);
  background-color: var(--cs-light-secondary-button-background);
}

.eye_main-hero:hover .auth-butn {
  height: 2.5rem;
  margin: 0;
  width: 4.75rem;
  border-radius: 1.5rem;
  color: var(--cs-light-secondary-button-background);
  background-color: var(--cs-light-button-color);
}

.text-content h1 {
  color: #f8f9fa;
}

@media (max-width: 768px) {
  .text-content h1 {
    font-size: 1.75rem;
    font-weight: 700;
  }

  .time span {
    font-size: 12px;
  }
}

.cs-entry__title a span {
  font-size: 20px;
  font-weight: 500;
  color: var(--cs-color-primary);
}

.cs-entry__title a span:hover {

  color: var(--cs-color-secondary);
}

.cs-entry__excerpt {
  font-size: 14px !important;
  color: var(--cs-adminmbar-offset) !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.read-time {
  position: absolute;
  display: flex;
  color: #fff;
  z-index: 999;
  align-items: center;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  width: 100%;
  column-gap: 15px;
  bottom: 1rem;
  left: 1rem;
}

/*single post all css*/


.container {
  max-width: 100%;
  margin: auto;
  position: relative;
  background-color: #fafafe;
  color: #121b39;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.text-content {
  width: 49%;
}

.image-content {
  width: 49%;
}

.back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #f8f9fa;
  font-weight: 600;
  text-decoration: none;
}

.back-link:hover {
  color: #f8f9fa;
}

.title {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
/*   margin-top: 70px; */
}


.time {
  display: flex;
  gap: 20px;
  color: #f8f9fa;
  font-size: 16px;
  margin-bottom: 15px;
}

.time span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.eye-author-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
/*   margin-bottom: 40px; */
  color: #f8f9fa;
}

.author-name {
  font-size: 14px;
  font-family: 'silka', sans-serif;
  font-weight: 600;
}

.auth-icon {
  width: 40px;
  height: 40px;
/*   border-radius: 50%; */
}

.graphic-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 820px) {

  .text-content {
    width: 100%;
  }

  .image-content {
    width: 100%;
  }

}


@media screen and (max-width: 498px) {
  .graphic-content {
    width: 100% !important;
  }

}

/* .orange-bg {
  background: #f49719;
  border-radius: 4.09375rem;
  bottom: 0;
  height: 18.875rem;
  left: 0;
  position: absolute;
  width: 8.1875rem;
} */

.graphic-content {
  width: 100%;
  border-radius: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  background-position: center;
}

.main-image {
  max-width: 100%;
  justify-content: center;
}

/* .blue-ball-shape {
  background: #192440;
  border-radius: 100%;
  height: 8.1875rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 8.1875rem;
} */

.cs-entry__header-standard {
  margin-top: 1rem !important;
}
.cs-entry__header-standard .container{
    border-radius: 1.5rem;
    background-color: #192240;
}
.mega-sub-menu {
 margin-top: 2rem !important;
  height: auto !important;
  padding: 1rem 1.5rem 2rem 1.5rem !important;
  background: var(--cs-layout-background) !important;
}
.cta-btn {
  background-color: var(--cs-light-button-background) !important;
  color: white;
  padding: .5rem 1.5rem !important;
  border-radius: 20px !important;
  font-weight: 600 !important;
  margin-left: 10px !important;
  cursor: pointer !important;
  font-size: 1rem !important;
}


.outline-btn {
  background-color: var(--cs-light-button-color) !important;
  color: var(--cs-light-secondary-button-background) !important;
  border: 1px solid #192440 !important;
  padding: .5rem 1.5rem !important;
  border-radius: 20px !important;
  font-weight: 600 !important;
  margin-left: 10px !important;
  cursor: pointer !important;
  font-size: 1rem !important;
}

.outline-btn:hover {
  background-color: var(--cs-light-secondary-button-background) !important;
  color: var(--cs-light-button-color) !important;
}

.cta-btn:hover {
  background-color: var(--cs-light-secondary-button-background) !important;
  color: var(--cs-light-button-color) !important;
}

.cs-header {
  padding: 2rem 0 !important;
  border-bottom: 1px solid;
  border-color: var(--cs-color-contrast-200);
}

.cs-col-left {
  padding-left: 20px !important;
}

@media (max-width: 768px) {
  .cs-col-left {
    padding-left: 0 !important;
  }

  .cs-header {
    padding: 1rem 0 !important;
  }
}

.eye-header {
  display: flex;
  justify-content: center !important;
/*  padding-left: 14px;*/
}

#mega-menu-2913-0-1 {
  padding-top: 3rem !important;
}

#mega-menu-2913-0-1 ul li {
  display: flex !important;
  justify-content: start !important;
  border-right: 1px solid #fafafa36 !important;
  padding-right: 1rem !important;

}

#mega-menu-2913-0-2 ul li {
  display: flex !important;
  justify-content: start !important;
}

#mega-menu-2913-0-2 ul li a {
  padding-top: 2.5rem !important;
}


#mega-menu-2929-0-0 ul li {
  display: flex !important;
  justify-content: start !important;
  border-right: 1px solid #fafafa36 !important;
}

#mega-menu-2932-0-1 ul li {
  display: flex !important;
  justify-content: start !important;
  border-right: 1px solid #fafafa36 !important;
}

#mega-menu-2932-0-1 {
  padding-top: 5rem !important;
}

#mega-menu-2942-0-0 ul li {
  display: flex !important;
  justify-content: start !important;
}

#mega-menu-2942-0-1 ul li {
  display: flex !important;
  justify-content: start !important;
  border-right: 1px solid #fafafa36 !important;
}

#mega-menu-2942-0-1 {
  padding-top: 3rem !important;
}

#mega-menu-2942-0-2 ul li {
  display: flex !important;
  justify-content: start !important;
}

#mega-menu-2942-0-2 ul li a {
  padding-top: 1rem !important;
}

#mega-menu-2942-0-2 {
  padding-left: 2.5rem !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
  color: var(--cs-color-button-hover);
  font-weight: 600;
}

.cs-header__col .cs-col-center {
  padding: 0 !important;
}

.cs-col-right {
  padding: 0 !important;
}
.cs-header__col.cs-col-left:not(:only-child){
    padding-right: 0 !important;
}
.eye_post_container {
  display: flex;
}

/* .eye_toc {
    width: 25%;
}

.eye_post_content {
    width: 75%;
} */

#ez-toc-widget-sticky-container ul ul,
.ez-toc div.ez-toc-widget-sticky-container ul ul {
  padding: 0;
  margin-left: 0 !important;
}

.ez-toc-widget-sticky-list li a {
  text-decoration: none;
}

.ez-toc-widget-sticky-list li a:hover {
  text-decoration: none;
  color: var(--cs-color-accent) !important;
}

.ez-toc-widget-sticky-list li a {
  border-bottom: 1px solid var(--cs-color-contrast-200) !important;
  padding-bottom: 20px !important;
  font-size: 16px !important;
}

.ez-toc-widget-sticky-pull-right {
  display: none !important;
}

#ez_toc_widget_sticky--1 .ez-toc-widget-sticky-title,
.ez-toc-widget-sticky-container-ez_toc_widget_sticky--1 .ez-toc-widget-sticky-title {
  display: none !important;
}

.eye_read_time {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}

@media (min-width: 992px) {
  .cs-hero-type-1__button-prev {
    left: calc((1rem * .5) + 8px) !important;
  }

  .cs-hero-type-1__button-next {
    right: calc((1rem * .5) + 8px) !important;
  }
}

.auth-container {
  align-items: center;
}

.auth-container .auth-name- {
  max-width: 400px;
  display: block;
}

/*
.wp-block-latest-posts li:not(:first-child),
.wp-block-categories-list li:not(:first-child),
.wp-block-categories__list li:not(:first-child),
.wp-block-archives-list li:not(:first-child) {
  border-top: 1px solid var(--cs-color-contrast-200) !important;
}*/

.cs-sidebar__area .widget:not(:last-child) {
  border-bottom: 1px solid var(--cs-color-contrast-200) !important;
}

@media (max-width: 768px) {
  .auth-butn {
    margin-right: initial;
  }
}

@media (max-width: 768px) {
  .arrow-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
}

.share-footer {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  align-items: center;
}

.share-text {
  font-weight: bold;
  color: var(--cs-color-button-hover);
  font-size: 18px;
}

.share-text .dot {
  color: #f60;
}

.share-icons {
  display: flex;
  gap: 12px;
}

.icon {
  width: 40px;
  height: 40px;
  background-color: var(--cs-color-button-hover);
  border-radius: 50%;
  color: var(--cs-site-background);
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.icon:hover {
  background-color: var(--cs-color-button);
  text-decoration: none;
  color: #121b39;

}

/* table of content */

.eye-toc-post-main {
  display: flex;
  justify-content: space-between;
}

.main-content {
/*   width: 75%; */
}

.eye-toc {
  width: 25%;
/*   padding: 10px; */
/*   border-right: 1px solid #eee; */
  position: sticky;
  height: fit-content;
  position: sticky;
  top: 100px;
  height: fit-content;
}

.toc-heading {
  color: #ff9900;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.toc-list li {
  border-bottom: 1px solid var(--cs-color-contrast-200);
  margin: 12px 0;
  padding-bottom: 24px;
  padding-right: 8px;
}

.toc-list a {
  text-decoration: none;
  color: var(--cs-color-button-hover);
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 8px;
  transition: color 0.2s ease;
}

.toc-list a:hover,
.toc-list a.active {
  color: #ff9900;
}

.toc-share {
  display: flex;
  gap: 18px;
  width: 100%;
}

.eye-icon {
  width: 40px;
  height: 40px;
  color: var(--cs-color-button-hover);
  text-align: start;
  line-height: 40px;
  font-size: 18px;
  transition: background-color 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  padding-right: 4px;
  text-decoration: none;
}

.eye-icon:hover {
  text-decoration: none;
  color: var(--cs-color-button);

}
.blue-shape {
  background: #bbdef0 !important;
  border-bottom-left-radius: 100% !important;
  border-top-left-radius: 100% !important;
  height: 11.25rem !important;
  position: absolute !important;
/*  right: 0px !important;*/
  top: 1rem !important;
  width: 10.625rem !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link::before {
    color: var(--cs-light-button-background) !important;
}
a.mega-menu-link + .mega-sub-menu::before{
    content: "";
    background: #bbdef0 !important;
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
    height: 11.25rem !important;
    position: absolute !important;
    right: 0px !important;
    top: 2rem !important;
    width: 10.625rem !important;
    z-index: 9999;
    display: block !important;
}
a.mega-menu-link + .mega-sub-menu::after{
    content: "";
    background: #f49719;
    border-top-left-radius: 25rem;
    border-top-right-radius: 25rem;
    bottom: 0;
    height: 5.625rem;
    left: 75%;
    position: absolute;
    width: 11.25rem;
    z-index: 9999;
    display: block !important;
}
.eye_archive_card {
	position:relative;
}

.eye-border {
	border-radius: 1.5rem !important;
}

.is-style-cs-tiles a {
	border-radius: 1.5rem !important;
}

.eye_archive_card-overlay-link {
	display: block;
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.cs-read-next{
    width:100%;
}
 .wp-block-preformatted, .wp-block-preformatted pre{
    color: #f49719 !important;
    border-radius: 1.5rem;
}

@media (min-width: 992px) {
	.single .cs-entry__container {
		display:flex !important;
	}
}

@media (max-width: 991px) {
	.single .cs-entry__container {
		display: grid;
		grid-template-columns: minmax(0, var(--cs-entry-content-width));
		justify-content: center;
	}
}

.cs-read-next{
	max-width:100% !important;
}

.back-link-theme-mode{
	color:var(--cs-color-secondary);
	text-decoration:none;
}

.share-icon {
	width: 32px; /* Adjust size as needed */
	height: 32px; /* Adjust size as needed */
	color: var(--cs-color-secondary); /* Change color as needed */
}

.c-blog-share-article__social {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 1.5rem;
    background: rgb(25, 36, 64);
    border-radius: 100%;
    padding: 0.625rem;
}
.cs-read-next__heading h2 {
	align-content:center;
	text-align:center;
}
.is-style-cs-promo {
    background: var(--cs-color-border) !important;
}

.copy-code-buttonbutton:hover {
  background-color: color-mix(in srgb,var(--cs-color-border),transparent 90%);
}

.copy-code-button:not([data-copied="true"])::before {
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  background-color: #fff;
  mask: url('data:image/svg+xml;utf-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 5C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V6C19 5.73478 18.8946 5.48043 18.7071 5.29289C18.5196 5.10536 18.2652 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18C18.7956 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7 1.89543 7.89543 1 9 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H9C7.89543 7 7 6.10457 7 5V3ZM15 3H9V5H15V3Z" fill="black"/></svg>');
    mask-repeat: repeat;
    mask-position-x: 0%;
    mask-position-y: 0%;
    mask-size: auto;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
}


.copy-code-button {
    text-indent: initial;
    width: auto;
    padding: 5px !important;	
  position: relative;
  
  margin: calc(var(--hljs-theme-padding) / 2);
  
  
  
  color: var(--cs-color-border);
  border-radius: .25rem;
  border: 1px solid;
    border-color:#737373;
  
  border-color: #fff;
  background-color:#00000000; ;
  transition: background-color 200ms ease;
  overflow: hidden;
	color:rgb(171, 178, 191);
	font-size:8px;
}
.copy-code-button:focus, .copy-code-button:hover{
	background-color:#ffffff14;
}

.copy-code-button:not([data-copied="true"]){
	text-indent: -9999px;
	padding:13px !important;
	width: 16px;
    height: 16px;
	font-size: .8125rem;
}

.post-single-blue {
	padding:10px;
	background-color:#121B39;
	display:inline-block;
}

.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
