* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Times New Roman", Times, serif;
  padding: 10px 40px 20px;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  gap: 10px;
  min-width: 200px;
}

.hamburger {
  font-size: 20px;
  cursor: pointer;
  padding: 2px;
}

.logo-img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.logo-text {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  margin-right: 40px;
}

.wordmark {
  height: 22px;
  cursor: pointer;
}

.tagline {
  height: 12px;
  cursor: pointer;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  max-width: 400px;
  min-width: 200px;
}

.center input {
  flex: 1;
  padding: 6px;
  border: 1px solid #aaa;
  border-right: none;
}

.center button {
  padding: 6px 12px;
  border: 1px solid #aaa;
  background: white;
  font-weight: bold;
  cursor: pointer;
}

.right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
  min-width: 200px;
}

.right a {
  text-decoration: none;
  color: #3366cc;
  font-size: 16px;
}

.dot-img img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  display: inline-block;
  margin-top: 5px;
  padding: 3px;
}

.dot-img img:hover {
  background: #e0e0e0;
}

.search {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 500px;
  flex: 1;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-55%);
  width: 15px;
  height: 15px;
  background: url("../assets/search_icon_cnv.svg") no-repeat center;
  background-size: contain;
  cursor: default;
  pointer-events: auto;
  z-index: 2;
}

.search-input {
  flex: 1;
  padding: 10px 40px;
  font-size: 15px;
  border: 1px solid #2b2b2b;
  border-right: none;
  outline: none;
  height: 35px;
  box-sizing: border-box;
}

.search button {
  padding: 10px 16px;
  border: 1px solid #2b2b2b;
  background: whitesmoke;
  height: 35px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.search button:hover {
  background: #e0e0e0;
}

.right a:hover {
  text-decoration: underline;
  border-radius: 3px;
}

.hamburger:hover {
  background: #e0e0e0;
}
/* BANNER */
.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #f5f5f5;
  border: 1px solid #a8a8a8;
  margin-top: 20px;
  padding: 10px;
}

.banner-img {
  width: 50px;
  height: auto;
}

.banner-text {
  flex: 1;
  min-width: 200px;
}

.banner-text {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.banner-right {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}

.banner-icon {
  width: 40px;
  height: auto;
}

.close {
  border: 1px solid #ccc;
  background: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 14px;
  cursor: pointer;
}

.new-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgb(194, 194, 194);
  margin-bottom: 15px;
  font-family: sans-serif;
  font-size: 15px;
}

.left-group,
.right-group {
  display: flex;
}

.nav-link {
  position: relative;
  padding: 20px 8px 6px;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.no-hover {
  cursor: default;
}

.static-underline::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
}

.nav-link:not(.static-underline):hover::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
}

.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
  gap: 20px;
}

.left-column {
  flex: 3;
  min-width: 300px;
}

.right-sidebar {
  display:flex;
  max-width: 200px;
  margin-top: 20px;
  top: 100px;
  padding: 10px;
  flex-direction: column;
}

.appearance-class{
  display: flex;
  flex-direction: column;
}

.top-section {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.box {
  flex: 1 1 720px;
  max-width: 720px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #f5fffa;
  border-color: #cef2e0;
  box-sizing: border-box;
}

.box1 {
  flex: 1;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #f5fffa;
  border-color: #cef2e0;
}

.box-header {
  font-size: 20px;
  padding: 6px;
  margin-bottom: 10px;
}

.box-header.green {
  background-color: #cef2e0;
}

.box-header.blue {
  background-color: #cedff2;
}

.box-content img {
  float: right;
  width: 100px;
  margin-left: 10px;
  border: 1px solid #aaa;
}
.media-block {
  overflow: hidden;
}

.media-img {
  float: left;
  width: 150px;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #aaa;
}

.media-text {
  font-size: 17px;
  line-height: 1.6;
}

.blue {
  color: #3366cc;
  text-decoration: none;
}

ul {
  padding-left: 20px;
}

.media-img-top-right {
  float: right;
  width: 150px;
  margin-left: 15px;
  margin-bottom: 10px;
  border: 1px solid #aaa;
}

.media-text-1 {
  flex: 1 1 300px;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  order: 1;
}

.dyk-list {
  flex: 1 1 300px;
  list-style: disc;
  padding-left: 20px;
  font-size: 16px;
  font-family: sans-serif;
}

.dyk-list li {
  line-height: 1.6;
}

.media-block-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.media-img-top-right {
  float: right;
  width: 120px;
  margin-left: 15px;
  margin-bottom: 5px;
  border: 1px solid #aaa;
}

.dyk-list-1 {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}

.did-you-know-img {
  float: right;
  width: 180px;
  margin-left: 15px;
}

.did-you-know-img img {
  width: 100%;
}

.did-you-know-img figcaption {
  font-size: 16px;
  color: black;
}

.in-news-img {
  float: right;
  width: 130px;
}

.in-news-img img {
  width: 100%;
}

.in-news-img figcaption {
  font-size: 16px;
  color: black;
}

.in-news-text {
  font-size: 16.5px;
  line-height: 1.6;
}

.margin-class-1 {
  margin-top: 10px;
  font-size: 17px;
}

.in-news-text-1 {
  font-size: 17.5px;
  line-height: 1.6;
}

.wiki-heading-box {
  background-color: #f8f9fa;
  border: 1px solid #dcdcdc;
  padding: 30px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}

.wiki-heading-box h1 {
  font-size: 28px;
}

.wiki-heading-box .blue {
  color: #3366cc;
}
