ul {
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
td {
  font-size: 1em;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
label,
div,
dd,
dt,
dl,
table,
tr,
td,
img,
hr {
  margin: 0px;
  padding: 0px;
}
a img,
:link img,
:visited img,
fieldset {
  border: none;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  background-color: #fff;
  color: #222;
  overflow-x: hidden;
}
.frame {
  box-sizing: border-box;
  font-size: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .frame {
    max-width: 1680px;
  }
}
@media screen and (max-width: 1399px) {
  .frame {
    width: 100%;
  }
}
section#title {
  background: #fff;
  border-bottom: 1px solid #e8e0d8;
}
@media screen and (max-width: 1023px) {
  section#title {
    display: none;
  }
}
section#title .frame {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
section#title .site-tagline {
  color: #888;
  font-size: 15px;
  font-style: italic;
  max-width: 420px;
  text-align: right;
}
section#title .logo a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  text-decoration: none;
}
section#title .logo a img {
  height: 64px;
  width: auto;
}
section#title .logo a .site-name {
  font-family: 'Raleway', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #C85A10;
  line-height: 1;
  white-space: nowrap;
}
section#nav {
  background: rgba(0,0,0,0.6);
  height: 75px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  section#nav {
    position: absolute;
    top: 84px;
  }
}
section#nav .mobile-logo {
  display: inline-block;
  padding: 12px 15px;
  vertical-align: top;
}
section#nav .mobile-logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
section#nav .mobile-logo img {
  display: block;
  height: 51px;
  width: auto;
}
section#nav .mobile-logo .site-name {
  display: none;
}
@media screen and (min-width: 1024px) {
  section#nav .mobile-logo {
    display: none;
  }
}
section#nav ul {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
section#nav ul.profile {
  position: absolute;
  right: 0;
}
section#nav ul li {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  padding: 0 20px;
  position: relative;
}
section#nav ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
section#nav ul li ul {
  display: none;
  left: 0;
  min-width: 150px;
  position: absolute;
}
section#nav ul li:hover {
  background: rgba(0,0,0,0.3);
  border-bottom: 3px solid #C85A10;
}
section#nav ul li:hover > ul {
  background: rgba(10,20,30,0.92);
  display: block;
  z-index: 10;
}
section#nav ul li:hover > ul li {
  border-bottom: rgba(200,90,16,0.5) 1px solid;
  display: block;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
}
section#nav ul li:hover > ul li:last-child {
  border: 0;
}
section#nav ul li:hover:nth-last-child(-n+3) > ul {
  left: auto;
  right: 0;
}
section#nav ul li.more-nav > ul {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1023px) {
  section#nav .mobile-logo {
    align-items: center;
    display: flex;
    gap: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 16px;
  }
  section#nav .mobile-logo img {
    height: 44px;
  }
  section#nav .mobile-logo .site-name {
    display: block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }
  section#nav ul {
    background: none;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
  }
  section#nav ul::before {
    background: #fff;
    box-shadow: 0 9px 0 #fff, 0 18px 0 #fff;
    content: '';
    display: block;
    height: 2px;
    left: 10px;
    position: absolute;
    top: 16px;
    width: 24px;
  }
  section#nav ul:hover li,
  section#nav ul.nav-open li {
    background-color: #10252d;
    border: 1px solid #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: -1px;
    padding: 5px;
    position: relative;
    left: 0;
    top: 50px;
    width: calc(100% - 20px);
  }
  section#nav ul:hover li>ul,
  section#nav ul.nav-open li>ul {
    display: none;
  }
  section#nav ul:hover li a,
  section#nav ul.nav-open li a {
    display: block;
  }
  section#nav ul li {
    display: none;
  }
  section#nav ul.social-icons {
    display: none;
  }
  section#nav ul.profile {
    display: none;
  }
}
header {
  position: relative;
  width: 100%;
}
header.home {
  height: 600px;
}
header.home .slide-container {
  height: 600px;
}
header.home .slide-container .slide {
  display: none;
}
header.home .slide-container .slide p.caption {
  top: 300px;
}
header.home .slide-container .slide p.subcaption {
  top: 400px;
}
header.inside {
  height: 400px;
}
header.inside .slide-container {
  height: 400px;
}
header.inside .slide-container .slide p.caption {
  font-size: 48px;
  top: 195px;
}
header.inside .slide-container .slide p.subcaption {
  font-size: 28px;
  top: 270px;
}
header .slide-container {
  overflow: hidden;
  position: absolute;
  width: 100%;
}
header .slide-container .slide {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
header .slide-container .slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
header .slide-container .slide p {
  color: #fff;
  left: 200px;
  position: absolute;
  text-shadow: 0 0 5px #000;
}
header .slide-container .slide p.caption {
  font-size: 72px;
}
header .slide-container .slide p.subcaption {
  font-size: 48px;
}
@media screen and (max-width: 1023px) {
  header.home {
    height: 240px;
  }
  header.home .slide-container {
    height: 240px;
  }
  header.home .slide-container .slide p.caption {
    font-size: 24px;
    left: 15px;
    top: 150px;
  }
  header.home .slide-container .slide p.subcaption {
    font-size: 16px;
    left: 15px;
    top: 188px;
  }
  header.inside {
    height: 160px;
  }
  header.inside .slide-container {
    height: 160px;
  }
  header.inside .slide-container .slide p {
    display: none;
  }
  header .slide-container .slide {
    height: 100%;
  }
}
section#content {
  background: #fdfcfb;
  min-height: 500px;
  position: relative;
  width: 100%;
}
section#content .frame {
  padding: 80px 0;
}
section#content .left {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  margin: 0 80px;
  width: 1010px;
}
@media screen and (max-width: 1399px) {
  section#content .left {
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }
}
section#content .left a {
  color: #C85A10;
  text-decoration: none;
}
section#content .left a:hover {
  color: #9A3E08;
  text-decoration: underline;
}
section#content .left a.button {
  color: #fff;
}
section#content .left a.button:hover {
  color: #fff;
  text-decoration: none;
}
section#content .left p {
  padding-bottom: 20px;
}
section#content .left p.page-description {
  border-left: 3px solid #FEF4E8;
  color: #555;
  font-size: 17px;
  font-style: italic;
  margin-bottom: 20px;
  padding: 0 0 0 14px;
}
section#content .left nav.breadcrumb {
  font-size: 15px;
  margin-bottom: 24px;
}
section#content .left nav.breadcrumb ul {
  display: block;
}
section#content .left nav.breadcrumb ul li {
  color: #999;
  display: inline;
  font-size: 15px;
}
section#content .left nav.breadcrumb ul li::after {
  color: #ccc;
  content: ' › ';
}
section#content .left nav.breadcrumb ul li:last-child::after {
  content: '';
}
section#content .left nav.breadcrumb ul li.current {
  color: #555;
}
section#content .left nav.breadcrumb ul li a {
  color: #C85A10;
  text-decoration: none;
}
section#content .left nav.breadcrumb ul li a:hover {
  text-decoration: underline;
}
section#content .left .page-card {
  background: #FEF4E8;
  border-left: 4px solid #C85A10;
  border-radius: 0 4px 4px 0;
  margin-bottom: 24px;
  padding: 20px 24px;
  transition: border-left-color 0.15s;
}
section#content .left .page-card:hover {
  border-left-color: #9A3E08;
}
section#content .left .page-card h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 6px;
}
section#content .left .page-card p {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}
section#content .ad-space {
  display: inline-block;
  width: 430px;
}
@media screen and (max-width: 1399px) {
  section#content .ad-space {
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }
}
section#content h1 {
  color: #C85A10;
  font-size: 32px;
}
section#content h2 {
  font-size: 24px;
}
section#content h1,
section#content h2 {
  font-weight: bold;
  padding-bottom: 20px;
}
section#content h3 {
  color: #C85A10;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 16px;
}
section#content h4 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 12px;
}
section#content h5,
section#content h6 {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
}
table.forum-threads {
  border-collapse: collapse;
  font-size: 18px;
  width: 100%;
}
table.forum-threads thead tr {
  background: #C85A10;
  color: #fff;
}
table.forum-threads th {
  font-weight: bold;
  padding: 12px 10px;
  text-align: left;
}
table.forum-threads td {
  border-bottom: 1px solid #e8e0da;
  padding: 12px 10px;
}
table.forum-threads td.last-post {
  color: #777;
  font-size: 15px;
  white-space: nowrap;
}
table.forum-threads td.message-count {
  color: #777;
  font-size: 15px;
  text-align: right;
}
table.forum-threads tbody tr:hover {
  background: #FEF4E8;
}
table.forum-threads a {
  color: #C85A10;
  text-decoration: none;
}
table.forum-threads a:hover {
  text-decoration: underline;
}
.forum-controls {
  margin-bottom: 20px;
}
.attachment-zone {
  margin-bottom: 12px;
}
.attachment-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  min-height: 0;
}
.attachment-thumb {
  border-radius: 4px;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
}
.attachment-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.attachment-thumb--uploading {
  opacity: 0.5;
}
.attachment-thumb--error {
  border: 2px solid #c00;
  opacity: 0.7;
}
.attachment-remove {
  background: rgba(0,0,0,0.55);
  border: none;
  border-radius: 0 4px 0 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.attachment-remove:hover {
  background: #c00;
}
.attachment-controls {
  align-items: center;
  display: flex;
  gap: 12px;
}
.attachment-count {
  color: #888;
  font-size: 14px;
}
label.attachment-pick-btn {
  cursor: pointer;
}
div.forum-messages>.message {
  border-bottom: 1px solid #e8e0da;
  padding: 40px 0;
}
div.forum-messages>.message:first-child {
  padding-top: 0;
}
div.forum-messages>.message .meta {
  font-size: 15px;
  margin-bottom: 10px;
}
div.forum-messages>.message .meta strong {
  color: #C85A10;
}
div.forum-messages>.message .meta span {
  color: #999;
  margin-left: 8px;
}
div.forum-messages>.message .message-body {
  background: #fff;
  border: 1px solid #ddd3c8;
  border-radius: 6px;
  padding: 18px 20px;
}
div.forum-messages>.message .message-body blockquote {
  background: #FEF4E8;
  border-left: 3px solid #C85A10;
  border-radius: 0 4px 4px 0;
  color: #555;
  font-size: 15px;
  margin: 12px 0;
  padding: 10px 14px;
}
div.forum-messages>.message .message-body .edit-info {
  color: #999;
  font-size: 13px;
  margin-top: 10px;
}
div.forum-messages>.message .message-body .edit-info span {
  padding-right: 5px;
}
div.forum-messages>.message .message-actions {
  margin-top: 12px;
}
.msg-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.msg-thumb {
  border-radius: 4px;
  cursor: zoom-in;
  display: block;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
.msg-thumb img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.15s ease;
  width: 100%;
}
.msg-thumb:hover img {
  transform: scale(1.05);
}
.img-lightbox {
  align-items: center;
  background: rgba(0,0,0,0.9);
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.img-lightbox--open {
  display: flex;
}
.img-lightbox__backdrop {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.img-lightbox__close {
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 44px;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  z-index: 2;
}
.img-lightbox__close:hover {
  background: rgba(255,255,255,0.2);
}
.img-lightbox__prev,
.img-lightbox__next {
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 48px;
  line-height: 1;
  padding: 8px 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.img-lightbox__prev:hover,
.img-lightbox__next:hover {
  background: rgba(255,255,255,0.2);
}
.img-lightbox__caption {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  line-height: 1.5;
  max-width: 800px;
  padding: 0 20px 12px;
  text-align: center;
  width: 100%;
}
.img-lightbox__prev {
  left: 16px;
}
.img-lightbox__next {
  right: 16px;
}
.img-lightbox__edit-btn {
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 44px;
  left: 16px;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 44px;
  z-index: 2;
}
.img-lightbox__edit-btn:hover {
  background: rgba(255,255,255,0.2);
}
.img-lightbox__edit-panel {
  background: rgba(0,0,0,0.92);
  bottom: 0;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  gap: 12px;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.img-lightbox__edit-panel--open {
  display: flex;
}
.img-lightbox__edit-panel label {
  color: rgba(255,255,255,0.9);
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 5px;
}
.img-lightbox__edit-panel input[type="text"],
.img-lightbox__edit-panel textarea {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  padding: 8px 10px;
  width: 100%;
}
.img-lightbox__edit-panel input[type="text"]::placeholder,
.img-lightbox__edit-panel textarea::placeholder {
  color: rgba(255,255,255,0.35);
}
.img-lightbox__edit-panel input[type="text"]:focus,
.img-lightbox__edit-panel textarea:focus {
  border-color: rgba(255,255,255,0.55);
  outline: none;
}
.img-lightbox__edit-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}
.img-lightbox__edit-cancel,
.img-lightbox__edit-reset {
  background: none;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 4px;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  font-size: 14px;
  padding: 7px 14px;
}
.img-lightbox__edit-cancel:hover,
.img-lightbox__edit-reset:hover {
  border-color: #fff;
  color: #fff;
}
.img-lightbox__edit-status {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
}
.img-lightbox__main {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  justify-content: center;
  min-height: 0;
  padding: 60px 80px 16px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.img-lightbox__main img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.img-lightbox__spinner-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 5000;
}
.img-lightbox__spinner {
  animation: lb-spin 0.7s linear infinite;
  border: 3px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  border-top-color: #fff;
  height: 48px;
  width: 48px;
}
.img-lightbox__strip {
  display: flex;
  gap: 8px;
  justify-content: center;
  overflow-x: auto;
  padding: 12px 20px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.img-lightbox__strip-thumb {
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  height: 60px;
  overflow: hidden;
  width: 60px;
}
.img-lightbox__strip-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.img-lightbox__strip-thumb.active {
  border-color: #fff;
}
.img-lightbox__strip-thumb:hover {
  border-color: rgba(255,255,255,0.6);
}
@keyframes lb-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .img-lightbox__main {
    padding: 52px 8px 8px;
  }
  .img-lightbox__close {
    right: 8px;
    top: 8px;
  }
  .img-lightbox__edit-btn {
    left: 8px;
    top: 8px;
  }
  .img-lightbox__prev,
  .img-lightbox__next {
    font-size: 36px;
    padding: 6px 10px;
  }
  .img-lightbox__prev {
    left: 4px;
  }
  .img-lightbox__next {
    right: 4px;
  }
}
ul.pages {
  margin: 20px 0;
}
ul.pages li {
  background: #FEF4E8;
  border: 1px solid #fcddb7;
  border-radius: 4px;
  display: inline-block;
  margin-right: 4px;
}
ul.pages li:hover {
  background: #C85A10;
}
ul.pages li:hover a {
  color: #fff;
}
ul.pages li.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
ul.pages li a {
  color: #C85A10;
  display: block;
  padding: 4px 12px;
  text-decoration: none;
}
form div {
  margin-bottom: 10px;
}
form div span {
  display: inline-block;
}
form div span:first-child {
  width: 150px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=data],
select,
textarea {
  font-size: 18px;
  padding: 2px;
}
input[type=submit],
input[type=button],
button,
a.button {
  background: #C85A10;
  border: 1px solid #9A3E08;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 6px 16px;
  text-decoration: none;
  transition: background 0.15s;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
a.button:hover {
  background: #9A3E08;
}
.errors {
  color: #c00;
  font-size: 16px;
  margin: 0 0 16px 0;
  padding: 10px 14px;
  background: #fff0f0;
  border-left: 3px solid #c00;
}
.success-message {
  background: #f0fff4;
  border-left: 3px solid #2a7a45;
  color: #2a7a45;
  margin: 0 0 16px 0;
  padding: 10px 14px;
}
.warning-message {
  background: #fff8e6;
  border-left: 3px solid #b07d00;
  color: #7a5500;
  font-size: 16px;
  margin: 0 0 16px 0;
  padding: 10px 14px;
}
.profile-image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.profile-image-grid .profile-image-thumb {
  border-radius: 4px;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
.profile-image-grid .profile-image-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.profile-sites {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.profile-site-link {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 14px 18px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
  width: 200px;
}
.profile-site-link .profile-site-name {
  font-size: 16px;
  font-weight: bold;
}
.profile-site-link .profile-site-meta {
  font-size: 13px;
  margin-top: 4px;
}
.profile-site-link--visited {
  background: #FEF4E8;
  border: 2px solid #C85A10;
  color: #222;
}
.profile-site-link--visited .profile-site-meta {
  color: #777;
}
.profile-site-link--visited:hover {
  background: #fde8d0;
}
.profile-site-link--new {
  background: #f5f5f5;
  border: 2px solid #ddd;
  color: #999;
}
.profile-site-link--new .profile-site-name {
  color: #bbb;
}
.profile-site-link--new:hover {
  background: #ebebeb;
  border-color: #bbb;
}
.profile-container {
  max-width: 600px;
}
.profile-container h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.profile-container .note {
  color: #888;
  font-size: 14px;
  margin: 4px 0 0 150px;
}
.profile-container .separator {
  border-bottom: 1px solid #e0d8d0;
  margin: 16px 0;
}
.profile-container .form-break {
  border-top: 2px solid #FEF4E8;
  margin: 40px 0;
}
.trip-planner-form-wrap {
  max-width: 700px;
}
.trip-planner-form-wrap h2 {
  margin-bottom: 10px;
}
.trip-planner-form-wrap > p {
  margin-bottom: 24px;
}
.trip-planner-error {
  background: #fdecea;
  border: 1px solid #f5c6c2;
  border-radius: 4px;
  color: #b00020;
  margin-bottom: 20px;
  padding: 12px 16px;
}
.trip-planner-field {
  margin-bottom: 24px;
}
.trip-planner-field > label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.trip-planner-field input[type=number] {
  width: 80px;
}
.trip-planner-field textarea {
  display: block;
  width: 100%;
}
.trip-planner-optional {
  color: #888;
  font-size: 14px;
  font-weight: normal;
}
.trip-planner-checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
  gap: 8px;
}
.trip-planner-checkboxes label {
  align-items: center;
  display: flex;
  gap: 8px;
}
.trip-planner-checkboxes input[type=checkbox] {
  flex-shrink: 0;
}
.trip-planner-submit {
  margin-top: 8px;
}
.trip-planner-spinner {
  color: #555;
  font-style: italic;
  margin-top: 12px;
}
.trip-planner-preview {
  background: #faf8f5;
  border: 1px solid #d4c4b0;
  border-radius: 4px;
  color: #333;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 16px;
  max-height: 420px;
  overflow-y: auto;
  padding: 16px;
  white-space: pre-wrap;
  word-break: break-word;
}
.trip-planner-view {
  max-width: 800px;
}
.trip-planner-view h2 {
  margin-bottom: 8px;
}
.trip-planner-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 24px;
}
.trip-planner-meta span {
  margin-right: 16px;
}
.trip-planner-meta span:not(:last-child)::after {
  content: '·';
  margin-left: 16px;
}
.trip-planner-content {
  line-height: 1.7;
  margin-bottom: 32px;
}
.trip-planner-content h3 {
  margin: 32px 0 12px;
}
.trip-planner-content h4 {
  margin: 20px 0 8px;
}
.trip-planner-content ul {
  margin: 8px 0 8px 24px;
}
.trip-planner-content li {
  margin-bottom: 4px;
}
.trip-planner-image {
  margin: 24px 0;
  text-align: center;
}
.trip-planner-image img {
  border-radius: 6px;
  display: block;
  max-width: 100%;
}
.trip-planner-image figcaption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-top: 6px;
}
.trip-planner-actions {
  border-top: 1px solid #e0d8d0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
}
.trip-planner-actions form {
  display: inline;
}
.trip-planner-save-cta {
  background: #FEF4E8;
  border: 1px solid #e8d8cc;
  border-radius: 6px;
  padding: 16px 20px;
  width: 100%;
}
.trip-planner-save-cta p {
  margin: 0 0 12px;
}
.trip-planner-save-cta a + a {
  margin-left: 10px;
}
.trip-planner-btn-secondary {
  background: #fff;
  border-color: #aaa;
  color: #333;
}
.trip-planner-btn-secondary:hover {
  background: #f5f5f5;
}
.trip-planner-saved-note {
  align-self: center;
  color: #2a7a3a;
  font-size: 15px;
  margin: 0;
}
.profile-trip-plans {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
}
.profile-trip-plan {
  align-items: center;
  border: 1px solid #e0d8d0;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
}
.profile-trip-plan a {
  color: #C85A10;
  font-weight: bold;
  text-decoration: none;
}
.profile-trip-plan a:hover {
  text-decoration: underline;
}
.profile-trip-plan-date {
  color: #888;
  font-size: 13px;
}
footer {
  background: #222c35;
  border-top: 3px solid #C85A10;
  position: relative;
}
footer .frame div {
  display: inline-block;
  vertical-align: top;
}
footer .frame .nav {
  font-size: 16px;
  line-height: 32px;
  padding: 80px 0 80px 260px;
}
@media screen and (max-width: 1399px) {
  footer .frame .nav {
    font-size: 14px;
    padding: 20px 10px;
  }
}
footer .frame .nav a {
  color: #fff;
  text-decoration: none;
}
footer .frame .nav ul {
  padding-left: 20px;
}
footer .frame .social {
  padding: 80px;
}
@media screen and (max-width: 1399px) {
  footer .frame .social {
    padding: 20px 10px;
  }
}
footer .frame .social ul li {
  display: inline-block;
  padding: 0 10px;
}
footer .frame .copyright {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  text-align: center;
}
footer .frame .copyright a {
  color: #fff;
}
.share-area {
  border-top: 1px solid #e8e8e8;
  margin: 32px 0 0;
  padding: 24px 0 0;
}
details.share-dropdown {
  display: inline-block;
  position: relative;
}
details.share-dropdown summary.share-toggle {
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 100px;
  color: #666;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.08em;
  list-style: none;
  padding: 7px 16px;
  text-transform: uppercase;
  user-select: none;
}
details.share-dropdown summary.share-toggle::-webkit-details-marker {
  display: none;
}
details.share-dropdown summary.share-toggle::after {
  content: '▾';
  font-size: 10px;
}
details.share-dropdown summary.share-toggle:hover {
  border-color: #C85A10;
  color: #C85A10;
}
details.share-dropdown[open] summary.share-toggle {
  border-color: #C85A10;
  color: #C85A10;
}
details.share-dropdown[open] summary.share-toggle::after {
  content: '▴';
}
details.share-dropdown .share-options {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  gap: 2px;
  left: 0;
  min-width: 170px;
  padding: 6px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 100;
}
details.share-dropdown .share-opt {
  align-items: center;
  background: none;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  gap: 10px;
  padding: 9px 12px;
  text-align: left;
  text-decoration: none;
  transition: background 0.1s;
  width: 100%;
}
details.share-dropdown .share-opt img {
  border-radius: 50%;
  flex-shrink: 0;
  height: 24px;
  object-fit: contain;
  padding: 3px;
  width: 24px;
}
details.share-dropdown .share-opt img[src*="facebook"] {
  background: #1877F2;
}
details.share-dropdown .share-opt img[src*="icon_x"] {
  background: #000;
}
details.share-dropdown .share-opt:hover {
  background: #FEF4E8;
  color: #C85A10;
}
details.share-dropdown .share-opt.share-copy-done {
  color: #2e7d32;
}
.network-sites {
  margin-top: 32px;
}
.network-sites h1 {
  font-size: 28px;
  font-weight: 700;
  color: #C85A10;
  margin-bottom: 8px;
}
.network-sites .network-intro {
  font-size: 15px;
  color: #555;
  margin: 0 0 24px;
  line-height: 1.5;
}
.network-sites .network-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
  gap: 20px;
}
.network-sites .network-card {
  background: #FEF4E8;
  border: 1px solid #fce1c1;
  border-radius: 6px;
  padding: 20px 22px;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.network-sites .network-card:hover {
  border-color: #C85A10;
  box-shadow: 0 2px 8px rgba(200,90,16,0.15);
}
.network-sites .network-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.network-sites .network-card h2 {
  font-size: 18px;
  font-weight: 700;
  color: #C85A10;
  margin-bottom: 6px;
}
.network-sites .network-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}
.network-sites .network-card .network-card-domain {
  font-size: 12px;
  color: #C85A10;
  opacity: 0.7;
  margin-top: 10px;
  font-weight: 600;
}
.related-articles {
  margin: 32px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #e0e0e0;
}
.related-articles h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #C85A10;
}
.related-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.related-articles li {
  padding: 12px 14px;
  background: #FEF4E8;
  border-radius: 4px;
}
.related-articles li a {
  font-weight: 600;
  font-size: 15px;
  color: #C85A10;
  text-decoration: none;
}
.related-articles li a:hover {
  text-decoration: underline;
}
.related-articles li p {
  font-size: 13px;
  color: #666;
  margin: 4px 0 0;
  line-height: 1.4;
}
figure.content-image {
  margin: 24px 0;
}
figure.content-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure.content-image figcaption {
  font-size: 13px;
  font-style: italic;
  color: #888;
  line-height: 1.5;
  padding-top: 6px;
}
.sso-divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #767676;
  font-size: 13px;
}
.sso-divider::before,
.sso-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #dadce0;
}
.sso-divider span {
  padding: 0 12px;
}
.btn-google-sso {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  color: #3c4043;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.btn-google-sso:hover {
  background: #f8f9fa;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  text-decoration: none;
}
.btn-google-sso__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
