/**
 * Gallery, blog archive, and single posts — dark theme aligned with bookings / index
 */
body.st-inner-theme {
  background: #0e0e12;
}

body.st-inner-theme .wrapper {
  background: #18181b;
}

body.st-inner-theme .section.section-inner {
  background: transparent;
}

body.st-inner-theme .started-heading {
  padding-top: 100px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.st-inner-theme .started-heading .h-title,
body.st-inner-theme .started-heading .h-subtitle {
  color: #fff !important;
}

body.st-inner-theme .started-heading .h-subtitle.red {
  color: #eb6165 !important;
}

body.st-inner-theme .m-titles .m-category,
body.st-inner-theme .m-titles .m-category a,
body.st-inner-theme .m-titles .m-category .m-category-label {
  color: rgba(235, 97, 101, 0.95) !important;
}

body.st-inner-theme .m-titles .m-category em {
  color: rgba(192, 192, 199, 0.75) !important;
}

body.st-inner-theme .m-titles .m-title {
  color: #fff !important;
}

body.st-inner-theme .m-archive {
  padding-top: 56px;
  padding-bottom: 80px;
}

body.st-inner-theme .archive-item {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.st-inner-theme .archive-item:last-child {
  border-bottom: 0;
}

body.st-inner-theme .archive-item .image {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

body.st-inner-theme .archive-item .image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

body.st-inner-theme .archive-item .desc .category {
  color: rgba(235, 97, 101, 0.9) !important;
}

body.st-inner-theme .archive-item .desc .category span {
  color: rgba(192, 192, 199, 0.65) !important;
}

body.st-inner-theme .archive-item .title,
body.st-inner-theme .archive-item .title a {
  color: #fff !important;
}

body.st-inner-theme .archive-item .title a:hover {
  color: #eb6165 !important;
}

body.st-inner-theme .archive-item .text {
  color: rgba(192, 192, 199, 0.92) !important;
}

body.st-inner-theme .btn-link {
  color: #eb6165 !important;
}

body.st-inner-theme .btn-link:hover {
  color: #ff8a8e !important;
}

body.st-inner-theme .content-sidebar,
body.st-inner-theme .widget-area {
  color: rgba(220, 220, 228, 0.9);
}

body.st-inner-theme .widget-title {
  color: #fff !important;
  border-bottom-color: rgba(235, 97, 101, 0.35) !important;
}

body.st-inner-theme .widget_categories ul li,
body.st-inner-theme .widget_recent_entries ul li,
body.st-inner-theme .widget_archive ul li {
  color: rgba(192, 192, 199, 0.88);
  border-color: rgba(255, 255, 255, 0.06) !important;
}

body.st-inner-theme .widget_recent_entries a {
  color: rgba(255, 255, 255, 0.88) !important;
}

body.st-inner-theme .widget_recent_entries a:hover {
  color: #eb6165 !important;
}

body.st-inner-theme .search-field {
  background: #222228 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

body.st-inner-theme .tag-cloud-link {
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.st-inner-theme .tag-cloud-link:hover {
  border-color: rgba(235, 97, 101, 0.45);
  color: #fff !important;
}

body.st-inner-theme .pager .page-numbers {
  color: rgba(255, 255, 255, 0.75) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.st-inner-theme .pager .page-numbers.current {
  background: rgba(235, 97, 101, 0.25) !important;
  border-color: rgba(235, 97, 101, 0.5) !important;
  color: #fff !important;
}

body.st-inner-theme .m-image-large .image .img {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 320px;
  background-size: cover;
  background-position: center center;
}

body.st-inner-theme .post-content,
body.st-inner-theme .post-content p,
body.st-inner-theme .post-content li {
  color: rgba(210, 210, 218, 0.95) !important;
}

body.st-inner-theme .post-content h3 {
  color: #fff !important;
  margin-top: 1.6em;
}

body.st-inner-theme .post-content img {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 100%;
  height: auto;
}

body.st-inner-theme .post-content blockquote {
  border-left: 4px solid #eb6165;
  background: rgba(255, 255, 255, 0.04);
  padding: 20px 24px;
  margin: 28px 0;
}

body.st-inner-theme .post-content blockquote p {
  color: rgba(255, 255, 255, 0.92) !important;
}

body.st-inner-theme .post-content cite {
  color: rgba(235, 97, 101, 0.9) !important;
}

body.st-inner-theme .post-details .tags-links,
body.st-inner-theme .post-details a {
  color: rgba(192, 192, 199, 0.85) !important;
}

body.st-inner-theme .post-details a:hover {
  color: #eb6165 !important;
}

body.st-inner-theme .comments-post .m-title {
  color: #fff !important;
}

body.st-inner-theme .comment-box {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.st-inner-theme .comment-box__details {
  color: #fff !important;
}

body.st-inner-theme .comment-box__details span {
  color: rgba(192, 192, 199, 0.65) !important;
}

body.st-inner-theme .comment-box .description p {
  color: rgba(210, 210, 218, 0.92) !important;
}

body.st-inner-theme .form-comment input,
body.st-inner-theme .form-comment textarea {
  background: #222228 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

body.st-inner-theme .footer {
  background: #0a0a0d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.st-inner-theme .footer .h-subtitle,
body.st-inner-theme .footer .h-text,
body.st-inner-theme .footer .copyright-text {
  color: rgba(200, 200, 208, 0.9) !important;
}

body.st-inner-theme .footer .copyright-text a {
  color: #eb6165 !important;
}

body.st-inner-theme .footer .h-text a {
  color: rgba(255, 255, 255, 0.92) !important;
}

body.st-inner-theme .footer .h-text a:hover {
  color: #eb6165 !important;
}

/* Gallery grid */
body.st-inner-theme.page-gallery .m-gallery {
  padding-top: 40px;
}

body.st-inner-theme.page-gallery .gallery-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  aspect-ratio: 4 / 3;
}

body.st-inner-theme.page-gallery .gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}
