/* Add custom styles for the shop map section */
.shopMap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin-bottom: 12px;
}

.shopMap__image {
  width: 100%;
  text-align: center;
}

.shopMap__image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.shopMap__iframe {
  width: 100%;
  border: 2px solid #0d0d0d;
}

.shopMap__iframe__inner {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.shopMap__iframe iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .shopMap {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 42px;
  }
  .shopMap__image {
    width: 40.8%;
  }
  .shopMap__iframe {
    width: 59.2%;
    min-height: 300px;
  }

  .shopMap__iframe__inner {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
}

/* Add custom styles for the shop nearby section */
.shopNearby {
}

.shopNearby__title {
  margin: 0 0 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.shopNearby__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.shopNearby__list__item {
  padding: 30px 20px;
  border: 1px solid #dededd;
  border-radius: 15px;
  box-sizing: border-box;
}

.shopNearby__list__item__title {
  margin: 0 0 12px 0;
  font-size: 2.3rem;
  font-weight: bold;
}

.shopNearby__list__item__title a {
  color: #078455;
  text-decoration: none;
}

.shopNearby__list__item__address,
.shopNearby__list__item__access {
  margin: 0 0 18px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.shopNearby__list__item__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shopNearby__list__item__link p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #078455;
}

.shopNearby__list__item__link p img {
  width: 46px;
  height: auto;
}

@media (min-width: 1024px) {
  .shopNearby__title {
    margin-bottom: 36px;
    font-size: 2.8rem;
  }

  .shopNearby__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 30px;
  }

  .shopNearby__list__item {
    width: calc(50% - 15px);
    padding: 30px 20px;
  }
  .shopNearby__list__item__link {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}

.voice-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 30px;
}

.voice-list__explain {
  margin: 24px 0 0 0;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 500;
}

.archive-voice .voice-list__explain {
  margin-top: 36px;
}

.voice-list__no-post {
  margin-top: 60px;
}

.voice-list__item {
  border: 1px solid #dededd;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgb(16, 75, 37, 0.15);
  box-sizing: border-box;
}

.voice-list__item__title {
  padding: 10px 20px;
  color: white;
  font-size: 2.2rem;
  background: linear-gradient(to right, #00a139, #086328);
  border-radius: 15px 15px 0 0;
}

.voice-list__item__content {
  padding: 20px 30px;
}

.voice-list__item__profile {
  margin-bottom: 25px;
}

.voice-list__item__profile__icon {
  margin-bottom: 10px;
  text-align: center;
}

.voice-list__item__profile__icon img {
  width: 123px;
  height: auto;
}

.voice-list__item__profile__detail {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.voice-list__item__content {
  line-height: 1.5;
}
.voice-list__item__text h3 {
  margin: 0 0 16px 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.voice-list__item__text p {
  font-size: 2.3rem;
}

.voice-list__pagination {
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .voice-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 24px;
    padding-top: 36px;
  }

  .voice-list__item {
    width: calc(50% - 12px);
  }

  .voice-list__item__title {
    padding: 12px 25px;
  }

  .voice-list__item__content {
    display: flex;
    gap: 32px;
    padding: 25px 30px;
  }

  .voice-list__item__profile {
    flex: 0 0 auto;
    width: 150px;
  }

  .voice-list__item__text {
    flex: 1 1 auto;
  }

  .voice-list__item__text p {
    font-size: 2rem;
  }

  .voice-list__pagination {
    margin-top: 36px;
  }
}

.shopVoice .c-grid_item.-btn {
  margin-top: 24px;
}

.shopVoice__title {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .shopVoice__title {
    font-size: 2.8rem;
  }
}

/* Voice pagination styles */
.voice-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.voice-pagination .page-numbers {
  display: block;
  padding: 0 4px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.voice-pagination .voice-page-numbers {
  display: flex;
  gap: 10px;
}

.voice-pagination .voice-page-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.voice-pagination .voice-page-number.current {
  color: #2add53;
  cursor: default;
}

.voice-pagination .voice-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border: 3px solid #d8d8d8;
  border-radius: 50%;
  appearance: none;
  background: transparent;
}

.voice-pagination .voice-prev img {
  width: 5px;
  height: auto;
  transform: scale(-1, 1);
}

.voice-pagination .voice-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border: 3px solid #d8d8d8;
  border-radius: 50%;
  appearance: none;
  background: transparent;
}

.voice-pagination .voice-next img {
  width: 5px;
  height: auto;
}

@media (min-width: 1024px) {
  .voice-pagination {
    margin-top: 30px;
  }

  .voice-pagination .voice-prev,
  .voice-pagination .voice-next {
    width: 40px;
    height: 40px;
  }

  .voice-pagination .voice-prev img,
  .voice-pagination .voice-next img {
    width: 6px;
  }

  .voice-pagination .voice-page-number {
    font-size: 2rem;
  }
}
