/*
Theme Name: Awaji
Text Domain: awaji-fragrance 
*/
@charset "UTF-8";

.o-prose {
  font-size: 1em;
  line-height: 1.75;
}

.o-prose a {
  text-decoration: none;
  color: var(--brown);
}

.o-prose a:hover {
  border-bottom: 1px solid;
}

.o-prose abbr {
  border-bottom: 1px dotted;
  cursor: help;
}

.o-prose em,
.o-prose cite {
  font-style: italic;
}

.o-prose hr {
  display: block;
  height: 2px;
  margin-bottom: 3em;
  margin-top: 3em;
  background: #e6e6e6;
  border: none;
}

.o-prose img {
  vertical-align: text-bottom;
}

.o-prose ins {
  background-color: #0f0;
  text-decoration: none;
}

.o-prose mark {
  background-color: #ff0;
}

.o-prose small {
  font-size: 0.8em;
}

.o-prose strong {
  font-weight: 700;
}

.o-prose sub,
.o-prose sup {
  font-size: 0.8em;
}

.o-prose sub {
  vertical-align: sub;
}

.o-prose sup {
  vertical-align: super;
}

.o-prose p,
.o-prose dl,
.o-prose ol,
.o-prose ul,
.o-prose blockquote,
.o-prose pre,
.o-prose table {
  margin-bottom: 1.4em;
}

.o-prose p:last-child,
.o-prose dl:last-child,
.o-prose ol:last-child,
.o-prose ul:last-child,
.o-prose blockquote:last-child,
.o-prose pre:last-child,
.o-prose table:last-child {
  margin-bottom: 0;
}

.o-prose p:empty {
  display: none;
}

.o-prose h1,
.o-prose h2,
.o-prose h3,
.o-prose h4,
.o-prose h5,
.o-prose h6 {
  font-weight: 700;
  line-height: 1.2;
}

.o-prose h1:first-child,
.o-prose h2:first-child,
.o-prose h3:first-child,
.o-prose h4:first-child,
.o-prose h5:first-child,
.o-prose h6:first-child {
  margin-top: 0;
}

.o-prose h1 {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.o-prose h2 {
  font-size: 1.75em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.o-prose h3 {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.o-prose h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.o-prose h5 {
  font-size: 1.1em;
  margin-bottom: 1.27273em;
  margin-top: 1.27273em;
}

.o-prose h6 {
  font-size: 1em;
  margin-bottom: 1.4em;
  margin-top: 1.4em;
}

.o-prose dd {
  margin-left: 1.4em;
}

.o-prose ol,
.o-prose ul {
  list-style-position: outside;
  margin-left: 2em;
}

.o-prose ol ol,
.o-prose ol ul,
.o-prose ul ol,
.o-prose ul ul {
  margin-top: 0.3em;
}

.o-prose li + li {
  margin-top: 0.6em;
}

.o-prose ol {
  list-style-type: decimal;
}

.o-prose ol ol {
  list-style-type: lower-alpha;
}

.o-prose ol ol ol {
  list-style-type: lower-roman;
}

.o-prose ol ol ol ol {
  list-style-type: lower-greek;
}

.o-prose ol ol ol ol ol {
  list-style-type: decimal;
}

.o-prose ol ol ol ol ol ol {
  list-style-type: lower-alpha;
}

.o-prose ul {
  list-style-type: disc;
}

.o-prose ul ul {
  list-style-type: circle;
}

.o-prose ul ul ul {
  list-style-type: square;
}

.o-prose ul ul ul ul {
  list-style-type: circle;
}

.o-prose ul ul ul ul ul {
  list-style-type: disc;
}

.o-prose ul ul ul ul ul ul {
  list-style-type: circle;
}

.o-prose blockquote {
  border-left: 4px solid #e6e6e6;
  padding: 0.6em 1.2em;
}

.o-prose blockquote p {
  margin-bottom: 0;
}

.o-prose code,
.o-prose kbd,
.o-prose samp,
.o-prose pre {
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.9em;
}

.o-prose code,
.o-prose kbd,
.o-prose samp {
  border-radius: 3px;
  line-height: 1.77778;
  padding: 0.1em 0.4em 0.2em;
  vertical-align: baseline;
}

.o-prose pre {
  overflow: auto;
  padding: 1em 1.2em;
}

.o-prose pre code {
  background: 0 0;
  font-size: 1em;
  line-height: 1em;
}

.o-prose figure {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
  text-align: center;
}

.o-prose figure:first-child {
  margin-top: 0;
}

.o-prose figure:last-child {
  margin-bottom: 0;
}

.o-prose figcaption {
  font-size: 0.8em;
  margin-top: 0.875em;
}

.o-prose table {
  width: 100%;
}

.o-prose table pre {
  white-space: pre-wrap;
}

.o-prose th,
.o-prose td {
  font-size: 1em;
  padding: 0.7em;
  border: 1px solid #e6e6e6;
  line-height: 1.4;
}

.o-prose thead tr,
.o-prose tfoot tr {
  background-color: #f5f5f5;
}

.o-prose thead th,
.o-prose thead td,
.o-prose tfoot th,
.o-prose tfoot td {
  font-size: 0.9em;
  padding: 0.77778em;
}

.o-prose thead code,
.o-prose tfoot code {
  background-color: #fff;
}

.o-prose tbody tr {
  background-color: #fff;
}

.o-prose .blocks-gallery-grid {
  margin-left: 0;
}

.o-prose .blocks-gallery-grid li {
  padding-left: 0;
}

.o-prose .wp-block-button {
  color: inherit;
}

.o-prose .wp-block-button__link {
  color: #fff;
}

.o-prose .wp-block-button__link:hover {
  border-bottom: none;
  opacity: 0.7;
}

.o-prose .wp-block-image.aligncenter img,
.o-prose .wp-block-image .aligncenter img,
.o-prose .wp-block-image.size-full img,
.o-prose .wp-block-image .size-full img {
  margin-left: auto;
  margin-right: auto;
}
