.ckeditor-content img {
  height: auto !important;
  max-width: 100%;
  display: block;
  margin: auto;
}
.ckeditor-content table {
  overflow: auto;
}
.ckeditor-content table td {
  padding: 5px;
}

main .breadcrumb {
  display: flex;
  padding: 1.25rem 0rem 1.25rem;
  border-bottom: 1px solid var(--white-3, #ECF2F7);
}

main .breadcrumb .item-breadcrumb a {
  color: var(--black-1, #061020);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-decoration: unset;
}

main .breadcrumb .item-breadcrumb span {
  color: var(--main-1);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
}

main .breadcrumb .breadcrumbMobile {
  display: none;
}

main .breadcrumb p {
  margin: 0px 0.38rem;
  display: grid;
  align-items: center;
}

main .breadcrumb .item-breadcrumb-home a {
  position: relative;
  padding-left: 1.5rem;
}

main .breadcrumb .item-breadcrumb-home a svg {
  position: absolute;
  top: -5px;
  left: 0px;
}

tbody, td, tfoot, th, thead, tr {
  border-width: 1px !important;
}

@media screen and (max-width: 768px) {
  iframe {
    width: 100% !important;
    height: 300px !important;
  }
  .ckeditor-content table {
    width: 100% !important;
  }
}

/*# sourceMappingURL=common_frontend.css.map */
