img.alignleft,
figure.alignleft {
  float: left;
  max-width: 40%;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

img.alignright,
figure.alignright {
  float: right;
  max-width: 40%;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption {
  width: auto !important;
}

/*
.grecaptcha-badge {
  display: none !important;
}
*/

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.textwidget > :last-child {
  margin-bottom: 0;
}

#wpadminbar {
  position: fixed !important;
  display: none !important;
}

body.admin-bar {
  /* --v-adminbar__height: 46px; */
  --v-adminbar__height: 0px;
}

/* @media (min-width: 783px) { */
@media (min-width: 1000px) {
  #wpadminbar {
    display: block !important;
  }

  body.admin-bar {
    --v-adminbar__height: 32px;
  }
}
