html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}

.aligncenter,
img.aligncenter,
.wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-block-image.aligncenter img {
  margin: 0 auto;
}

blockquote {
    background: transparent;
    border: none;
    border-top: 1px solid #a88b3d;
    border-bottom: 1px solid #a88b3d;
    text-align: center;
    max-width: 75%;
    margin: 3em auto;
    padding: 1.5em 1em;
    font-style: italic;
    font-size: 19px;
    line-height: 1.6;
    color: #6b3d2a;
    font-family: 'EB Garamond', Georgia, serif;
}

h2 {
  text-align: left;
  color: #5e3307;
  font-size: 30px;
  margin-top: 1.4em;
  margin-bottom: 0.3em;
  line-height: 1.2;
  padding-bottom: 0.4em;
}

h3 {
  font-size: 28px;
}

table {
  background-color: #f2eee1;
  border-width: 1px;
  border-style: solid;
  border-color: #ffe0ad;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

td {
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
}

@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    background-image: linear-gradient(to right, transparent 70%, rgba(107, 61, 42, 0.1));
    background-attachment: local;
  }
}
blockquote::before,
blockquote::after {
    content: "" !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    width: 0 !important;
    height: 0 !important;
    position: static !important;
}

/* Riattivo solo i miei ornamenti */
blockquote::before {
    content: "❦" !important;
    display: block !important;
    text-align: center;
    color: #a88b3d;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0.8em;
    font-style: normal;
    width: auto !important;
    height: auto !important;
}