/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 24 2026 | 11:46:19 */
/* === ОСНОВНОЙ БЛОК === */
.tea-price-accordion {
  background: linear-gradient(180deg, #f7f3ec 0%, #fcfaf7 100%);
  border: 1px solid #ded6ca !important;
  border-radius: 24px;
  padding: 22px !important;
  box-shadow: 0 10px 30px rgba(65, 45, 20, 0.08);
  color: #2f2a24;
  overflow: hidden;
}

/* убираем лишние стандартные отступы WP */
.tea-price-accordion > *:first-child {
  margin-top: 0 !important;
}

.tea-price-accordion > *:last-child {
  margin-bottom: 0 !important;
}

/* === SUMMARY ОБЩИЕ === */
.tea-price-accordion summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  user-select: none;
  transition: all 0.25s ease;
}

.tea-price-accordion summary::-webkit-details-marker {
  display: none;
}

/* === ЗАГОЛОВОК ВЕРХНЕГО УРОВНЯ === */
.tea-price-accordion > summary {
  font-size: clamp(1.1rem, 1rem + 0.7vw, 1.7rem);
  font-weight: 700;
  line-height: 1.3;
  color: #2f2a24;
  padding: 8px 52px 12px 6px;
  margin: 0;
  border-bottom: 1px solid rgba(138, 106, 74, 0.12);
}

.tea-price-accordion > summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #a88258 0%, #8a6a4a 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  box-shadow: 0 8px 18px rgba(138, 106, 74, 0.18);
}

.tea-price-accordion[open] > summary::after {
  content: "−";
}

/* текст под главным заголовком */
.tea-price-accordion > p {
  margin: 14px 4px 18px;
  color: #6f655a;
  font-size: 0.98rem;
  line-height: 1.6;
}

/* === ВЛОЖЕННЫЕ DETAILS === */
.tea-price-accordion details {
  background: #ffffff;
  border: 1px solid #ebe4da;
  border-radius: 18px;
  margin: 14px 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(60, 40, 20, 0.04);
}

.tea-price-accordion details[open] {
  border-color: rgba(138, 106, 74, 0.24);
  box-shadow: 0 8px 24px rgba(60, 40, 20, 0.07);
}

/* Заголовки вложенных секций */
.tea-price-accordion details > summary {
  padding: 16px 52px 16px 18px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.45;
  color: #2f2a24;
  background: linear-gradient(180deg, #fffdf9 0%, #f6f0e7 100%);
  border-bottom: 1px solid transparent;
}

.tea-price-accordion details[open] > summary {
  border-bottom-color: #ebe4da;
}

.tea-price-accordion details > summary:hover {
  background: linear-gradient(180deg, #fffefb 0%, #f3ecdf 100%);
}

.tea-price-accordion details > summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f1e6d9;
  color: #8a6a4a;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.tea-price-accordion details[open] > summary::after {
  content: "−";
  background: #ead8c4;
}

/* === КОНТЕНТ ВНУТРИ ВЛОЖЕННЫХ DETAILS === */
.tea-price-accordion details > :not(summary) {
  padding-left: 18px;
  padding-right: 18px;
}

.tea-price-accordion details > p,
.tea-price-accordion details > div,
.tea-price-accordion details > figure,
.tea-price-accordion details > hr,
.tea-price-accordion details > details {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* === ТЕКСТ ЦЕН === */
.tea-price-accordion p {
  color: #2f2a24;
  line-height: 1.65;
}

/* строки с ценами */
.tea-price-accordion details details > p {
  padding: 12px 14px;
  background: #fcfaf7;
  border: 1px solid #efe7dc;
  border-radius: 14px;
  margin: 10px 0;
  font-size: 0.97rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* === ССЫЛКИ === */
.tea-price-accordion a {
  color: #8a6a4a;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.tea-price-accordion a:hover {
  color: #b9935a;
  opacity: 0.9;
}

/* === РАЗДЕЛИТЕЛИ === */
.tea-price-accordion hr.wp-block-separator,
.tea-price-accordion hr {
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(138, 106, 74, 0) 0%,
    rgba(138, 106, 74, 0.28) 50%,
    rgba(138, 106, 74, 0) 100%
  );
  margin: 18px 0;
}

/* === ГАЛЕРЕИ / ФОТО === */
.tea-price-accordion .wp-block-gallery {
  gap: 12px !important;
}

.tea-price-accordion .wp-block-gallery .wp-block-image {
  margin: 0 !important;
}

.tea-price-accordion .wp-block-gallery img {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #eadfce;
  box-shadow: 0 8px 18px rgba(60, 40, 20, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tea-price-accordion .wp-block-gallery img:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(60, 40, 20, 0.12);
}

/* === КОЛОНКИ === */
.tea-price-accordion .wp-block-columns {
  gap: 18px;
  align-items: flex-start;
}

/* === МОБИЛКА === */
@media (max-width: 782px) {
  .tea-price-accordion {
    padding: 16px !important;
    border-radius: 18px;
  }

  .tea-price-accordion > summary {
    padding-right: 46px;
    font-size: 1.1rem;
  }

  .tea-price-accordion details > summary {
    padding: 14px 46px 14px 14px;
    font-size: 0.96rem;
  }

  .tea-price-accordion details > :not(summary) {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tea-price-accordion details details > p {
    padding: 10px 12px;
    font-size: 0.94rem;
  }
}