/* ============================================
   BFL BLOG CSS
   Migrated from Simple Custom CSS & JS plugin
   Version 1.0.0 | 2026-04-14
   ============================================ */

/* --- 12349: TOC + Blog typography --- */
#toc {
  background-color: white;
  padding: 10px;
}

#toc a {
  color: #022c4b;
  text-decoration: underline;
  padding: 5px;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  #toc a {
    font-size: 17px;
  }
}
ol {
  list-style-type: decimal;
}

.letsgo h1{
	font-size: 27px;
	color: #022c4b;
}

@media screen and (max-width: 600px) {
  .letsgo h1 {
    font-size: 27px;
  }
}

.letsgo p{
	font-size: 20px;
	color: #1e1e1e;
	font-weight: 400;
}

.letsgo h2{
	font-size: 24px;
	color: #022c4b;
}

.letsgo a {
    color: #022c4b;
    text-decoration: underline;
}

.letsgo a:hover {
    color: #005F93;
}

/* --- 12660: Excursion tables --- */
.exccc table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: none;
  border-collapse: collapse;
}

.exccc tr {
  padding-left:7px;
  color: #333333;
  line-height: 18px;
}

.exccc tr a{
  color: #022c4b;
  text-decoration: underline;
}

.exccc tr a:hover {
  color: #022c4b;
}

.exccc td {
  background-color: #ffffff;
  padding-right:3px;
  color: #333333;
  letter-spacing: -0.02em;
  padding-left:7px;
  padding-top:5px;
}

.listing li:not(:last-child) {
  margin-bottom: 5px;
}

.listing a {
  color: #022c4b;
  text-decoration: underline !important;
  text-decoration-color: #0a2d2e !important;
  text-underline-position: under !important;
}
.listing a:hover {
  color: #022c4b;
}

.texccc table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: none;
  border-collapse: collapse;
}

.texccc tr {
  padding-left:7px;
  color: #333333;
  line-height: 18px;
}

.texccc tr a{
  color: #022c4b;
  text-decoration: underline;
}

.texccc tr a:hover {
  color: #022c4b;
}

.texccc td {
  background-color: #ffffff;
  padding-right:3px;
  color: #333333;
  letter-spacing: -0.02em;
  padding-left:7px;
  padding-top:5px;
}

.texccc td:first-child {
  width: 23%;
  white-space: nowrap;
}

.tableexc td {
  color: #333333;
}

.tableexcc td {
  color: #333333;
  padding-left: 15px;
  padding-right: 5px;
  vertical-align: middle;
}

.tableexcc th {
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .exccc table {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .texccc table {
    width: 100%;
  }

  .texccc td:first-child {
    width: auto;
    padding-right:7px;
  }

  .tableexcc td {
    color: #333333;
    padding-left: 15px;
  }
}

/* --- 14524: Blog excursion table --- */
.excccblog table {
  width: 80%;
  margin-left: 0px;
  margin-right: auto;
  text-align: left;
  border: none;
  border-collapse: collapse;
}

.excccblog tr {
  padding-left:7px;
  color: #333333;
  line-height: 18px;
}

.excccblog tr a{
  color: #022c4b;
  text-decoration: underline;
}

.excccblog tr a:hover {
  color: #022c4b;
}

.excccblog td {
  background-color: #ffffff;
  padding-right:3px;
  color: #333333;
  letter-spacing: -0.02em;
  padding-left:7px;
  padding-top:5px;
}

@media (max-width: 1000px) {
  .excccblog table {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* --- 16342: Responsive table --- */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 600px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table td {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: none;
  }

  .responsive-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}
