/* Main column width */
.wp-block {
  max-width: 1200px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  max-width: 1680px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none;
}

/* .cookie-logo {
  position: fixed;
  bottom: 0;
} */
#adminmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#adminmenu li.cookie-logo {
  order: 1000;
}
#uip-admin-menu a[href="https://thecookielabs.com/"]:last-child
{
  display: none;
}
#uip-admin-menu a[href="https://thecookielabs.com/"] div
{
  display: none !important;
}
#uip-admin-menu a[href="https://thecookielabs.com/"]
{
  display: block;
  background-image: url(/wp-content/themes/thecookielabs/img/logo-tcl--with-text.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 66.67%;
  opacity: 0.6;
  height: 0;
  margin: 0 auto;
  padding: 10px 5px;
  padding-top: 100%;
  width: 100%;
  transition: opacity 0.5s ease;
  margin: 0 0;
}
#uip-admin-menu a[href="https://thecookielabs.com/"]:hover
{
  opacity: 1;
}
#adminmenu a.cookie-logo {
  display: block;
  background-image: url(/wp-content/themes/thecookielabs/img/logo-tcl--with-text-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 66.67%;
  /* width: 100%; */
  opacity: 0.6;
  height: 0;
  margin: 0 auto;
  padding: 10px 5px;
  padding-top: 100%;
  order: 1000;
  transition: opacity 0.5s ease;
}
#adminmenu a.cookie-logo:hover {
  opacity: 1;
}
#adminmenu a.cookie-logo div.wp-menu-name {
  display: none;
}
.cookie-logo .wp-menu-image.dashicons-before {
  display: none !important;
}
#toplevel_page_tcl-theme-settings .wp-menu-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#toplevel_page_tcl-theme-settings .wp-menu-image img {
  padding: 0;
  width: 22px;
}

/* Fix ACF broken json sync comparison */
.acf-modal table.diff tbody tr td:nth-child(2) {
  width: auto;
}