/* line 1, custom-user.scss */
.page-content img {
  object-fit: contain;
  max-height: 50vw; }

/* line 6, custom-user.scss */
#customer-fields > div.co-input.co-input--checkbox {
  display: none !important; }

/* line 10, custom-user.scss */
.info-target.editor em {
  font-style: normal; }

/* line 13, custom-user.scss */
.seo-links {
  display: flex;
  border-radius: var(--controls-btn-border-radius);
  flex-wrap: wrap;
  background: var(--bg-major-shade);
  color: var(--color-accent-text);
  border: 1px solid #000000;
  margin: 0rem 0.1rem 0.4rem 0rem;
  padding: 5px;
  text-decoration: none; }
  /* line 23, custom-user.scss */
  .seo-links:hover {
    background: #000000;
    color: white;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; }

/* line 30, custom-user.scss */
.block-seo-links {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem; }

@media screen and (max-width: 767px) {
  /* line 40, custom-user.scss */
  .block-seo-links {
    white-space: nowrap;
    flex-flow: nowrap row;
    overflow-x: auto;
    margin-bottom: 1rem; } }
/* line 47, custom-user.scss */
.is-active {
  background: #000000;
  color: white !important; }

/* line 53, custom-user.scss */
#element::-webkit-scrollbar {
  height: 5px;
  background-color: #f9f9fd; }

/* line 57, custom-user.scss */
#element::-webkit-scrollbar-thumb {
  background-color: #000000; }

@media screen and (max-width: 767px) {
  /* line 61, custom-user.scss */
  #element {
    width: 100%;
    padding-left: var(--layout-side-padding);
    padding-right: var(--layout-side-padding); } }
/* line 68, custom-user.scss */
.input-image {
  border: 1px solid #eee;
  margin: 0 0 20px 13px; }
