/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
} */

/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

html {
  background-color: #f2f2f2;
  font-size: 14px;
}

html[lang="zh-HK"] body {
  font-size: 15px;
  /* font-family: "NotoSans", sans-serif; */
}

body {
  font-family: "Basel Grotesk", "Myriad Pro", sans-serif;
  /* font-weight: 300; */
  font-weight: 400;
  /* font-size: 1.500rem; /* 24px */
  font-size: 1.2rem; /* 20px */
  line-height: 1.5;
  color: #3d3d3d;
}

.editor ol,
.editor ul {
  list-style: revert;
  padding-left: 30px;

  margin-bottom: 10px;
}

@media only screen and (max-width: 1280px) and (min-width: 768px)  {
.editor ol,
.editor ul {
  padding-left: 30px;
}
}


ol,
ul {
  list-style: none;
  padding-left: 0;
}

.editor ol, .editor ul {
 overflow: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus,
a:active {
  opacity: 0.8;
}

p+p {
  /* margin-top: 1em; */
  margin-top: 0.9em;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

button:hover,
button:focus,
button:active {
  opacity: 0.8;
}

small {
  font-size: 1em;
}

.container {
  max-width: 1712px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
}

.section.editor.section.contact,
.section {
  margin-bottom: 100px;
}

.section.editor.section {
  margin-bottom: 65px;
}

.wp-editor a,
.editor a,
.link {
  color: #750e6d;
  font-weight: 400;
}

.wp-editor ol,
.wp-editor ul {
  list-style: revert;
  padding-left: 30px;
}

.wp-editor a.action-button:hover,
.wp-editor a.action-button,
.editor a.action-button {
  text-decoration: none;
  color: #3d3d3d;
  font-weight: 300;
  margin-top: 5px;
}

.wp-editor a:hover,
.wp-editor a:focus,
.wp-editor a:active,
.editor a:hover,
.editor a:focus,
.editor a:active,
.link a:hover,
.link a:focus,
.link a:active {
  text-decoration: underline;
}

ol.list {
  list-style: decimal;
  margin-left: 1em;
}

.tabs__content ul,
ul.list {
  margin-left: 1em;
}

.tabs__content ul li,
ul.list li {
  position: relative;
}

.tabs__content ul li::before,
ul.list li::before {
  content: "•";
  font-family: "Myriad Pro", sans-serif;
  display: inline-block;
  position: absolute;
  /* top: -0.24em; */
  line-height: 1;
  left: -0.7em;
  font-size: 1.563rem; /* 25px */
}

address {
  font-style: normal;
}

.break-all {
  word-break: break-all;
}

.news-caption{
  font-size: 1em;
  color:darkgray;
  text-align: center;
}

main > .container > .wp-block-lazyblock-text-editor:first-child {
  margin-top: -5px;
}

@media (max-width: 1920px) {
  .container {
    max-width: 1312px;
  }
}

@media (max-width: 1280px) {
  body {
    font-size: 1.25rem; /* 18px */
    line-height: 1.36;
  }

  .tabs__content ul li::before,
  ul.list li::before {
    left: -0.8em;
    font-size: 1.3rem; /* 20px */
  }

}

@media (max-width: 768px) {
  body {
    font-size: 1.15rem; /* 16px */
    line-height: 1.36;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section.editor.section.contact,
  .section {
    margin-bottom: 50px;
  }

  .section.editor.section {
    margin-bottom: 35px;
  }

  .section.editor.section.split {
    margin-bottom: 60px;
  }
}


@media (max-width: 480px) {
  /* .wp-editor a,
  .editor a {
    word-break: break-all;
  } */
}