/* Page Components - Boxes, Sections, and Content Areas */

/* Main content boxes */
.box-i01 {
  display: block;
  width: 100%;
  font-family: "MS UI Gothic", sans-serif;
  font-size: 10px;
  flex-shrink: 0;
  position: relative;
}

.left-box-i01 {
  width: 100%;
  background: linear-gradient(to bottom, #414141, #212121);
  border: 1px solid #212121;
  box-shadow: inset 0 0 5px #000000;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 10px;
}

.left-box-i01 p {
  text-align: left;
  font-size: 11pt;
  padding: 8px 12px 10px 12px;
  margin: 0;
}

.left-box-i01::after {
  content: "";
  display: table;
  clear: both;
}

.left-box-i01-title {
  font-size: 12pt;
  font-weight: bold;
  padding: 4px 6px;
  margin-bottom: 8px;
  background: linear-gradient(0deg, #181818 0%, #4d4d4d 98%);
  border-radius: 3px 3px 0px 0px;
  border-top: solid 1px #000000;
}

/* Bottom box styles */
.bottom-box {
  display: block;
  width: 100%;
  font-family: "MS UI Gothic", sans-serif;
  font-size: 10px;
  flex-shrink: 0;
  position: relative;
}

.bottom-box-content {
  width: 100%;
  background: linear-gradient(to bottom, #414141, #212121);
  border: 1px solid #212121;
  box-shadow: inset 0 0 5px #000000;
  border-radius: 6px;
  padding: 0;
}

.bottom-box-content p {
  text-align: left;
  font-size: 11pt;
  padding: 8px 12px 10px 12px;
  margin: 0;
}

.bottom-box-content::after {
  content: "";
  display: table;
  clear: both;
}

.bottom-box-title {
  font-size: 12pt;
  font-weight: bold;
  padding: 4px 6px;
  margin-bottom: 8px;
  background: linear-gradient(0deg, #181818 0%, #4d4d4d 98%);
  border-radius: 3px 3px 0px 0px;
  border-top: solid 1px #000000;
}

/* General boxes component */
.boxes {
  flex: 1;
  background: linear-gradient(to bottom, #414141, #212121);
  border: 1px solid #212121;
  box-shadow: inset 0 0 5px #000000;
  border-radius: 6px;
}

.boxes-title {
  font-size: 12pt;
  font-weight: bold;
  padding: 4px 6px;
  margin-bottom: 8px;
  background: linear-gradient(0deg, #181818 0%, #4d4d4d 98%);
  border-radius: 3px 3px 0px 0px;
  border-top: solid 1px #000000;
}

/* Action about box container */
.action-about-box-container {
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: "MS UI Gothic", sans-serif;
  font-size: 11pt;
  margin-top: 0;
}

/* Lists and blog sections */
.lists {
  width: 100%;
  margin-top: 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.list-section {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.list-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0e0e0e;
  padding: 4px;
  background: linear-gradient(180deg, #535353, #2b2b2b);
}

.list-text {
  line-height: 1.2;
}

.list-text p {
  color: #9f9f9f;
  text-decoration: none;
  font-size: 10pt;
}

.list-text a {
  font-weight: bold;
  color: #e3e3e3;
  text-decoration: none;
  font-size: 11pt;
}

.list-text a:visited {
  color: #e3e3e3;
}

.list-text a:hover {
  text-decoration: underline;
  color: #e3e3e3;
}

/* Section titles */
.blogs-title, .update-title {
  border-bottom: 1px solid #000000;
  font-size: 12pt;
  font-weight: bold;
  padding: 4px 6px;
  background: linear-gradient(0deg, #181818 0%, #4d4d4d 98%);
  border-radius: 3px 3px 0px 0px;
  border-top: solid 1px #636363;
  flex-shrink: 0;
}

.blog-list-content {
  overflow-y: visible;
}

/* Update section (currently hidden) */
.update-section {
  display: none;
  width: 35%;
  margin-left: 10px;
  border: 1px solid #000000;
  border-radius: 6px;
  text-align: justify;
  flex-direction: column;
  min-height: 0;
}

.scrollbox {
  background: #fff;
  overflow-y: auto;
  font-size: 10px;
  line-height: 1.4;
  flex: 1;
  min-height: 0;
}

.update-box {
  border-bottom: 1px solid #141414;
  padding: 4px;
  background: linear-gradient(180deg, #535353, #2b2b2b);
}

/* Footer */
.footer {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-family: "MS UI Gothic", sans-serif;
  font-size: 12px;
  margin-top: 10px;
  border-top: solid 1px #ccc;
  border-radius: 3px;
  background: linear-gradient(to bottom, #414141, #212121);
  border: 1px solid #212121;
  box-shadow: inset 0 0 5px #000000;
  flex-shrink: 0;
}

.footer a {
  color: #27F5BB;
}

.footer a:visited {
  color: #D9BCF7;
}

.footer a:hover {
  opacity: 0.8;
}
