@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.post-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  gap: 3%;
  padding-bottom: 70px;
}
.post-container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .post-container {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.post-wrap .post-left {
  flex: 1;
  overflow-y: auto;
  width: calc(100% - 400px - 3%);
}
.post-wrap .post-right {
  width: 400px;
  position: sticky;
  top: 0;
  height: fit-content;
}
@media (max-width: 1200px) and (min-width: 1001px) {
  .post-wrap .post-left {
    width: calc(100% - 300px - 3%);
  }
  .post-wrap .post-right {
    width: 300px;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .post-wrap .post-left {
    width: calc(100% - 250px - 3%);
  }
  .post-wrap .post-right {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .post-wrap {
    display: block;
  }
  .post-wrap .post-left {
    width: 100%;
  }
  .post-wrap .post-right {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .post-wrap .post-right {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }
}
.post-wrap .post-right section {
  margin-bottom: 30px;
}
.post-wrap img {
  width: 100%;
}
.post-wrap .img-wrap {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .post-wrap .img-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .post-wrap .img-wrap {
    margin-bottom: 20px;
  }
}
.post-info {
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.post-info li {
  margin-right: 30px;
}
.post-info li:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) and (min-width: 1001px) {
  .post-info li {
    margin-right: 25px;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .post-info li {
    margin-right: 15px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .post-info li {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .post-info li {
    margin-right: 5px;
  }
}
.post-info .post-category {
  color: #df244f;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .post-info .post-time,
  .post-info .post-time i,
  .post-info .post-category,
  .post-info .post-date {
    font-size: 15px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .post-info .post-time,
  .post-info .post-time i,
  .post-info .post-category,
  .post-info .post-date {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .post-info .post-time,
  .post-info .post-time i,
  .post-info .post-category,
  .post-info .post-date {
    font-size: 11px;
  }
}
.post-info .post-time i {
  padding-right: 5px;
}
.post-title-main {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  margin: 15px 0 30px;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .post-title-main {
    font-size: 34px;
    margin: 12px 0 25px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .post-title-main {
    font-size: 30px;
    margin: 9px 0 20px;
  }
}
@media (max-width: 480px) {
  .post-title-main {
    font-size: 22px;
    margin: 7px 0 15px;
  }
}
.post-author-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1b1349;
  border-bottom: 1px solid #1b1349;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .post-author-wrap {
    margin-bottom: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .post-author-wrap {
    margin-bottom: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .post-author-wrap {
    margin-bottom: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.author {
  display: flex;
  align-items: center;
}
.author .name {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.author .name i {
  margin-right: 7px;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .author span {
    font-size: 14px;
  }
  .author .name {
    margin-left: 8px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .author span {
    font-size: 13px;
  }
  .author .name {
    margin-left: 6px;
  }
}
@media (max-width: 480px) {
  .author span {
    font-size: 12px;
  }
  .author .name {
    margin-left: 4px;
  }
}
.post-sns {
  display: flex;
  gap: 10px; /* spacing between icons */
  align-items: center;
}
.post-sns .post-media {
  color: #fff;
  background-color: #1b1349;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
}
.post-sns i {
  color: #fff;
  margin-right: 7px;
}
@media (max-width: 1000px) {
  .post-sns {
    gap: 7px; 
  }
  .post-sns .post-media {
    padding: 10px;
    width: 60px;
    height: 40px;
  }
  .post-sns span {
    display: none;
  }
  .post-sns i {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .post-sns .post-media {
    width: 80px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .post-sns {
    gap: 5px; 
  }
  .post-sns .post-media {
    width: 50px;
    height: 30px;
  }
}












.post-title-section,
.post-title-case {
  font-weight: 800;
  line-height: 1.3;
}
.post-title-section {
  font-size: 32px;
  margin: 60px 0 30px;
}
.post-title-case {
  font-size: 24px;
  margin: 0 0 15px;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .post-title-section {
    font-size: 28px;
    margin: 50px 0 25px;
  }
  .post-title-case {
    font-size: 22px;
    margin: 0 0 12px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .post-title-section {
    font-size: 26px;
    margin: 40px 0 20px;
  }
  .post-title-case {
    font-size: 20px;
    margin: 0 0 9px;
  }
}
@media (max-width: 480px) {
  .post-title-section {
    font-size: 22px;
    margin: 30px 0 15px;
  }
  .post-title-case {
    font-size: 18px;
    margin: 0 0 6px;
  }
}

.post .p,
.post blockquote,
.post .list-style,
.post .reference-list,
.post .list-number,
.responsive-table {
  margin-bottom: 30px;
}
.post .p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .post .p,
  .post blockquote,
  .post .list-style,
  .post .reference-list,
  .post .list-number,
  .responsive-table {
    margin-bottom: 20px;
  }
  .post .p {
    font-size: 16px;
  }
}

blockquote {
  padding: 10px 0;
  padding-left: 20px;
  border-left: 4px solid #594f91;
}
blockquote span {
  font-size: 20px;
  font-family: 'Roboto', serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}
cite {
  font-weight: 300;
  font-family: 'Roboto', serif;
  font-size: 16px;
  display: block;
  font-style: italic;
}
.source {
  color: #fff;
  position: absolute;
  padding: 5px 10px;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(27, 19, 73, 0.5);
}
@media (max-width: 1000px) and (min-width: 769px) {
  blockquote {
    padding: 8px 0;
    padding-left: 16px;
  }
  blockquote span {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  blockquote {
    padding: 6px 0;
    padding-left: 14px;
  }
  blockquote span {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .source {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  blockquote {
    padding: 4px 0;
    padding-left: 12px;
  }
  blockquote span {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .source {
    font-size: 14px;
  }
}

.reference-list {
  padding: 20px;
  background: #f3f3f3;
}
.reference-list li {
  padding: 0 0 10px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  list-style-type: none!important;
  word-wrap: break-word; /* breaks long words */
  overflow-wrap: break-word;
  white-space: normal;
}
.reference-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.reference-list li:before {
  content: "▷";
  font-size: 12px;
  position: absolute;
  margin-top: 4px;
  left: 0;
  color: #555;
}
.reference-list a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
.reference-list a:hover {
  text-decoration: none;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .reference-list {
    padding: 18px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .reference-list {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .reference-list {
    padding: 14px;
  }
}









.list-newest-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .list-newest-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .list-newest-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .list-newest-title {
    font-size: 15px;
  }
}


.external-source {
  color: #df244f;
  text-decoration: underline;
}
.external-source:hover {
  text-decoration: none;
}



.list-tags {
  overflow: hidden;
}
.list-tags .tags-item,
.list-tags a::before {
  font-size: 14px;
  line-height: 28px;
  transition: all ease .3s;
}
.list-tags .tags-item {
  float: left;
  padding: 0 10px 0 20px;
  border: 1px solid #1b1349;
  margin: 0 5px 5px 0;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.list-tags .tags-item::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 10px;
}
.list-tags .tags-item:hover,
.list-tags .tags-item:hover::before {
  color: #fff;
}
.list-tags .tags-item:hover {
  background: #1b1349;
}
@media (max-width: 480px) {
  .list-tags .tags-item,
  .list-tags a::before {
    font-size: 12px;
    line-height: 22px;
  }
  .list-tags .tags-item {
    padding: 0 5px 0 15px;
  }
  .list-tags .tags-item::before {
    left: 5px;
  }
}
.list-style li,
.list-number li {
  font-size: 18px;
  margin-bottom: 5px;
}
.post strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .list-style li,
  .list-number li {
    font-size: 16px;
  }
}
.list-style {
  list-style-type: disc; /* default bullet */
  padding-left: 20px;
}
.list-number {
  list-style-type: decimal; /* You can also use lower-roman, upper-alpha, etc. */
  padding-left: 20px;
}


.read-more {
  background-color: #f1f4f7;
  border-left: 4px solid #1b1349;
  padding: 12px 16px;
  margin: 24px 0;
  font-family: Arial, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.read-more__label {
  font-weight: bold;
  color: #1b1349;
  display: block;
  margin-bottom: 4px;
}
.read-more__link {
  text-decoration: none;
  color: #df244f;
  font-size: 16px;
  transition: color 0.2s;
}
.read-more__link:hover {
  color: #005ea2;
  text-decoration: underline;
}

.responsive-table-container {
  max-width: 700px;   /* or adjust to your container width */
  margin: 20px auto;
}


.responsive-table {
  width: 100%;
  border-collapse: collapse;
  display: block;      /* allow scrolling */
  overflow-x: auto;
  white-space: nowrap;

  table-layout: fixed; /* fixed column widths */
}

.responsive-table thead th {
  background-color: #1b1349;
  color: #fff;
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
  width: 14.28%;  /* 7 columns evenly spaced */
}

.responsive-table tbody td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
  width: 14.28%;  /* match header width */
}

.responsive-table tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}
@media (max-width: 768px) {
  .responsive-table {
    table-layout: auto;    /* allow columns to size naturally */
    width: 100%;           /* keep full width of container */
    white-space: normal;   /* allow wrapping inside cells if needed */
  }

  .responsive-table thead th,
  .responsive-table tbody td {
    font-size: 14px;
    width: auto;           /* remove fixed width */
    white-space: nowrap;   /* keep nowrap to prevent text breaking if needed */
  }
}