/* ===== Reset & Base Font Setup (Verdana × Georgia) ===== */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  color:#333333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width:100%;
  font-family: Georgia, serif;
  color:#333333;
  background-color: #fff;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  color:#333333;
  margin-top: 60px;
  margin-bottom: 30px;
  word-break: break-all;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 30px;
}

p {
  font-size: 20px;
  margin-bottom: 30px;
}

ul, ol {
  padding-left: 30px;
  word-break: break-all;
}

li {
  margin-bottom: 10px;
  font-size: 18px;
}

a {
  color: inherit;
  text-decoration: underline;
  word-break: break-all;
  font-size: 18px;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  margin: 2rem 0;
  color: #444;
  font-family: Georgia, serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

code {
  font-family: Consolas, monospace;
  font-size: 0.95em;
  background: #f5f5f5;
  padding: 0.2em 0.4em;
  border-radius: 4px;
}

/* Optional: visually hidden for accessibility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.p-cont_listDate{
  font-size:16px;
  display:inline-block;
  margin-bottom:5px;
  color:#7D847B
}