@charset "UTF-8";
section#single-title.single-title1 .section__container {
  width: 92%;
  margin: 0 auto;
}
section#single-title.single-title1 .section__container .title3 {
  text-align: center;
}
section#single-title.single-title1 .section__container .title3 .contents-title__sub {
  display: block;
  font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #223a70;
}
section#single-title.single-title1 .section__container .title3 .contents-title__main {
  margin-top: 0.5rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #252525;
}
@media screen and (max-width: 767px) {
  section#single-title.single-title1 .section__container .title3 .contents-title__main {
    font-size: 1.375rem;
  }
}
section#single-title.single-title1 .section__container .single-title__cat {
  display: flex;
  justify-content: center;
  gap: 5px;
}
section#single-title.single-title1 .section__container .single-title__cat a {
  display: inline-block;
}
section#single-title.single-title1 .section__container .single-title__cat a span {
  font-size: clamp(11px, 11px + 0.5vw, 12px);
  background-color: transparent;
  color: #223a70;
  border: 1px solid #223a70;
  padding: 2px 5px;
  line-height: 1.7;
  border-radius: 0px;
  white-space: nowrap;
  display: block;
}
section#single-title.single-title1 .section__container .single-title__date {
  margin-top: 5px;
}
section#single-title.single-title1 .section__container .single-title__date p {
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}

section#single-post {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section#single-post {
    margin-top: 40px;
  }
}
section#single-post .section__container {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  /* シングルページ用SCSS */
}
section#single-post .section__container .wp-block-heading {
  margin-top: 80px;
  margin-bottom: 30px;
}
section#single-post .section__container {
  /* H1見出し */
}
section#single-post .section__container h1, section#single-post .section__container.h1 {
  font-size: 28px;
  color: #223a70;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
section#single-post .section__container h1::after, section#single-post .section__container.h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
section#single-post .section__container {
  /* H2見出し */
}
section#single-post .section__container h2, section#single-post .section__container.h2 {
  font-size: 22px;
  background-color: #223a70;
  color: #fff;
  padding: 12px 20px;
  margin-top: 50px;
  margin-bottom: 25px;
}
section#single-post .section__container {
  /* H3見出し */
}
section#single-post .section__container h3, section#single-post .section__container.h3 {
  font-size: 20px;
  padding: 5px 0 5px 15px;
  border-left: 4px solid #223a70;
  border-bottom: 1px solid #ddd;
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
}
section#single-post .section__container {
  /* H4見出し */
}
section#single-post .section__container h4, section#single-post .section__container.h4 {
  font-size: 18px;
  color: #223a70;
  border-bottom: 1px dotted #223a70;
  padding-bottom: 8px;
  margin-top: 35px;
  margin-bottom: 15px;
}
section#single-post .section__container {
  /* H5見出し */
}
section#single-post .section__container h5, section#single-post .section__container.h5 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
section#single-post .section__container {
  /* H6見出し */
}
section#single-post .section__container h6, section#single-post .section__container.h6 {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 8px;
}
section#single-post .section__container {
  /* 段落テキスト */
}
section#single-post .section__container p {
  margin-bottom: 20px;
  color: #333;
  line-height: 1.8;
}
section#single-post .section__container p a {
  display: inline-block;
  color: #223a70;
  text-decoration: underline;
  transition: all 0.3s ease;
}
section#single-post .section__container p a:hover {
  opacity: 0.7;
}
section#single-post .section__container {
  /* 強調テキスト */
}
section#single-post .section__container strong, section#single-post .section__container b {
  font-weight: 700;
  color: #333;
}
section#single-post .section__container em, section#single-post .section__container i {
  font-style: italic;
}
section#single-post .section__container {
  /* 画像 */
}
section#single-post .section__container .wp-block-image {
  margin: 40px 0;
}
section#single-post .section__container .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
section#single-post .section__container .wp-block-image figcaption {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
section#single-post .section__container {
  /* リスト共通スタイル */
}
section#single-post .section__container .wp-block-list {
  margin: 30px 0;
  padding-left: 0;
}
section#single-post .section__container .wp-block-list .wp-block-list {
  margin-top: 10px !important;
}
section#single-post .section__container {
  /* 番号なしリスト */
}
section#single-post .section__container ul {
  padding-left: 0;
}
section#single-post .section__container ul li {
  list-style: none;
  font-size: 0.9rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  line-height: 1.6;
}
section#single-post .section__container ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #223a70;
}
section#single-post .section__container ul li ul li:before {
  background-color: transparent;
  border: 2px solid #223a70;
}
section#single-post .section__container {
  /* 番号付きリスト */
}
section#single-post .section__container ol {
  padding-left: 0;
  counter-reset: ordered-list;
}
section#single-post .section__container ol li {
  list-style: none;
  font-size: 0.9rem;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height: 1.6;
  counter-increment: ordered-list;
}
section#single-post .section__container ol li:before {
  content: counter(ordered-list);
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-color: #223a70;
  color: #fff;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 600;
}
section#single-post .section__container ol li ol {
  counter-reset: nested-list;
  margin-top: 10px;
}
section#single-post .section__container ol li ol li {
  counter-increment: nested-list;
}
section#single-post .section__container ol li ol li:before {
  content: counter(ordered-list) "." counter(nested-list);
  width: auto;
  padding: 0 8px;
  border-radius: 12px;
  font-size: 0.75rem;
}
section#single-post .section__container {
  /* テーブル */
}
section#single-post .section__container .wp-block-table {
  margin: 40px 0;
  overflow-x: auto;
}
section#single-post .section__container .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
section#single-post .section__container .wp-block-table thead {
  background-color: #223a70;
  color: #fff;
}
section#single-post .section__container .wp-block-table thead th {
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
section#single-post .section__container .wp-block-table thead th:last-child {
  border-right: none;
}
section#single-post .section__container .wp-block-table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
}
section#single-post .section__container .wp-block-table tbody tr:hover {
  background-color: #f9f9f9;
}
section#single-post .section__container .wp-block-table tbody tr:last-child {
  border-bottom: none;
}
section#single-post .section__container .wp-block-table tbody td {
  padding: 12px 20px;
  font-size: 0.9rem;
  color: #333;
  border-right: 1px solid #eee;
}
section#single-post .section__container .wp-block-table tbody td:last-child {
  border-right: none;
}
section#single-post .section__container .wp-block-table.has-fixed-layout table {
  table-layout: fixed;
}
section#single-post .section__container .wp-block-table .has-text-align-center {
  text-align: center;
}
section#single-post .section__container .wp-block-table .has-text-align-right {
  text-align: right;
}
section#single-post .section__container {
  /* 引用ブロック */
}
section#single-post .section__container blockquote, section#single-post .section__container .wp-block-quote {
  margin: 40px 0;
  padding: 20px 30px;
  background-color: #f8f8f8;
  border-left: 4px solid #223a70;
  font-style: italic;
  color: #555;
}
section#single-post .section__container blockquote p, section#single-post .section__container .wp-block-quote p {
  margin-bottom: 15px;
}
section#single-post .section__container blockquote p:last-child, section#single-post .section__container .wp-block-quote p:last-child {
  margin-bottom: 0;
}
section#single-post .section__container blockquote cite, section#single-post .section__container .wp-block-quote cite {
  display: block;
  margin-top: 15px;
  font-size: 0.85rem;
  color: #999;
  font-style: normal;
}
section#single-post .section__container blockquote cite:before, section#single-post .section__container .wp-block-quote cite:before {
  content: "— ";
}
section#single-post .section__container {
  /* コード関連 */
}
section#single-post .section__container code {
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  padding: 2px 6px;
  background-color: #f4f4f4;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  color: #d14;
}
section#single-post .section__container pre {
  margin: 30px 0;
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow-x: auto;
}
section#single-post .section__container pre code {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #333;
  line-height: 1.6;
}
section#single-post .section__container {
  /* 水平線 */
}
section#single-post .section__container hr, section#single-post .section__container .wp-block-separator {
  margin: 50px 0;
  border: none;
  height: 1px;
  background-color: #ddd;
}
section#single-post .section__container {
  /* ボタン */
}
section#single-post .section__container .wp-block-buttons {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
section#single-post .section__container .wp-block-buttons .wp-block-button {
  margin: 0;
}
section#single-post .section__container .wp-block-buttons .wp-block-button__link {
  display: inline-block;
  background-color: #223a70 !important;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
section#single-post .section__container .wp-block-buttons .wp-block-button__link:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
section#single-post .section__container .wp-block-buttons .wp-block-button.has-custom-width {
  max-width: 100%;
}
section#single-post .section__container .wp-block-buttons .wp-block-button.has-custom-width.wp-block-button__width-50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  section#single-post .section__container .wp-block-heading {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
  }
  section#single-post .section__container h1, section#single-post .section__container.h1 {
    font-size: 24px !important;
  }
  section#single-post .section__container h2, section#single-post .section__container.h2 {
    font-size: 20px !important;
    padding: 10px 15px !important;
  }
  section#single-post .section__container h3, section#single-post .section__container.h3 {
    font-size: 18px !important;
  }
  section#single-post .section__container h4, section#single-post .section__container.h4 {
    font-size: 16px !important;
  }
  section#single-post .section__container h5, section#single-post .section__container.h5 {
    font-size: 14px !important;
  }
  section#single-post .section__container h6, section#single-post .section__container.h6 {
    font-size: 13px !important;
  }
  section#single-post .section__container .wp-block-buttons .wp-block-button.has-custom-width.wp-block-button__width-50 {
    width: 80% !important;
  }
  section#single-post .section__container .wp-block-table table {
    font-size: 0.85rem;
  }
  section#single-post .section__container .wp-block-table thead th,
  section#single-post .section__container .wp-block-table tbody td {
    padding: 10px 15px;
  }
}

section#single-title.single-title1 {
  margin-top: 4rem;
}

section#single-post .contents__post-button {
  margin-bottom: 6rem;
}
section#single-post .contents__post-button .button8 a {
  background-color: #223a70;
  color: #ffffff;
  border-radius: 0.5rem;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section#single-post .contents__post-button .button8 a:hover {
  opacity: 0.8;
}

/*===============
  車両詳細シングル共通（cars / purchase / works）
  templates/singles/vehicle/vehicle-detail.php とセット
===============*/
section#vehicle-detail.vehicle-single {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  section#vehicle-detail.vehicle-single {
    margin-top: 2.5rem;
  }
}
section#vehicle-detail.vehicle-single .section__container {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
section#vehicle-detail.vehicle-single .vehicle-single__main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  section#vehicle-detail.vehicle-single .vehicle-single__main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
section#vehicle-detail.vehicle-single .vehicle-single__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
section#vehicle-detail.vehicle-single .vehicle-single__name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.875rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #252525;
}
@media screen and (max-width: 767px) {
  section#vehicle-detail.vehicle-single .vehicle-single__name {
    font-size: 1.375rem;
  }
}
section#vehicle-detail.vehicle-single .vehicle-single__name .vehicle-single__name-sep {
  width: 1px;
  height: 1.1em;
  background-color: #c9c9c9;
}
section#vehicle-detail.vehicle-single .vehicle-single__rows {
  margin-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
}
section#vehicle-detail.vehicle-single .vehicle-single__rows .vehicle-single__row {
  display: grid;
  grid-template-columns: 6.5em minmax(0, 1fr);
  gap: 1rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid #e5e5e5;
}
section#vehicle-detail.vehicle-single .vehicle-single__rows .vehicle-single__row dt {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #223a70;
  padding-top: 0.2em;
}
section#vehicle-detail.vehicle-single .vehicle-single__rows .vehicle-single__row dd {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #252525;
}
section#vehicle-detail.vehicle-single .vehicle-single__table {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  section#vehicle-detail.vehicle-single .vehicle-single__table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
  }
}
section#vehicle-detail.vehicle-single .vehicle-single__table .vehicle-single__cell {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e5e5;
}
section#vehicle-detail.vehicle-single .vehicle-single__table .vehicle-single__cell dt {
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  color: #888888;
}
section#vehicle-detail.vehicle-single .vehicle-single__table .vehicle-single__cell dd {
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #252525;
}
section#vehicle-detail.vehicle-single .vehicle-single__prices {
  margin-top: 2rem;
  display: grid;
  gap: 0.625rem;
}
section#vehicle-detail.vehicle-single .vehicle-single__prices .vehicle-single__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 1.25rem;
  border: 1px solid #223a70;
}
section#vehicle-detail.vehicle-single .vehicle-single__prices .vehicle-single__price dt {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #223a70;
  white-space: nowrap;
}
section#vehicle-detail.vehicle-single .vehicle-single__prices .vehicle-single__price dd {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #223a70;
}
section#vehicle-detail.vehicle-single .vehicle-single__prices .vehicle-single__price.is-main {
  background-color: #223a70;
}
section#vehicle-detail.vehicle-single .vehicle-single__prices .vehicle-single__price.is-main dt {
  color: #fff;
}
section#vehicle-detail.vehicle-single .vehicle-single__prices .vehicle-single__price.is-main dd {
  font-size: 1.625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section#vehicle-detail.vehicle-single .vehicle-single__prices .vehicle-single__price.is-main dd {
    font-size: 1.375rem;
  }
}
section#vehicle-detail.vehicle-single .vehicle-single__comment {
  margin-top: 2rem;
}
section#vehicle-detail.vehicle-single .vehicle-single__comment-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #223a70;
}
section#vehicle-detail.vehicle-single .vehicle-single__comment-text {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #252525;
}
section#vehicle-detail.vehicle-single .vehicle-single__photos {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  section#vehicle-detail.vehicle-single .vehicle-single__photos {
    margin-top: 2.5rem;
  }
}
section#vehicle-detail.vehicle-single .vehicle-single__photos-title {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #252525;
}
section#vehicle-detail.vehicle-single .vehicle-single__photos-title .en {
  font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #223a70;
}
section#vehicle-detail.vehicle-single .vehicle-single__photos-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e5e5e5;
}
section#vehicle-detail.vehicle-single .vehicle-single__photos-list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  section#vehicle-detail.vehicle-single .vehicle-single__photos-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
section#vehicle-detail.vehicle-single .vehicle-single__photos-list li {
  margin: 0;
}
section#vehicle-detail.vehicle-single .vehicle-single__photos-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
section#vehicle-detail.vehicle-single .vehicle-single__goonet {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section#vehicle-detail.vehicle-single .vehicle-single__goonet {
    margin-top: 2.5rem;
  }
}
section#vehicle-detail.vehicle-single .vehicle-single__goonet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(25rem, 100%);
  padding: 1.125rem 2.5rem;
  border: 1px solid #223a70;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #223a70;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
section#vehicle-detail.vehicle-single .vehicle-single__goonet-btn:hover {
  background-color: #223a70;
  color: #fff;
}
section#vehicle-detail.vehicle-single .contents__post-button {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
section#vehicle-detail.vehicle-single .contents__post-button .button8 a {
  display: inline-block;
  min-width: 16rem;
  padding: 1rem 3rem;
  background-color: #223a70;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: opacity 0.3s ease;
}
section#vehicle-detail.vehicle-single .contents__post-button .button8 a:hover {
  opacity: 0.8;
}
section#vehicle-detail.vehicle-single .vehicle-single__body {
  margin-top: 4rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  section#vehicle-detail.vehicle-single .vehicle-single__body {
    margin-top: 2.5rem;
  }
}
section#vehicle-detail.vehicle-single .vehicle-single__body p {
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #252525;
}
section#vehicle-detail.vehicle-single .vehicle-single__body img {
  max-width: 100%;
  height: auto;
}

/*===============
  画像lightbox（クリック/タップで拡大・js/lightbox.js とセット）
===============*/
.vehicle-lightbox-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
}

.ig-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.ig-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}
.ig-lightbox__img {
  max-width: min(90vw, 75rem);
  max-height: 82vh;
  object-fit: contain;
  display: block;
}
.ig-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.ig-lightbox__close:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.ig-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  padding: 0 0 0.25rem;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.ig-lightbox__nav:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 767px) {
  .ig-lightbox__nav {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
}
.ig-lightbox__prev {
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .ig-lightbox__prev {
    left: 0.5rem;
  }
}
.ig-lightbox__next {
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .ig-lightbox__next {
    right: 0.5rem;
  }
}
.ig-lightbox__counter {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #fff;
}

body.ig-lightbox-open {
  overflow: hidden;
}
