

/* Start:/local/templates/pink/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17853332274002*/
h1 {
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #3b2e28;
}

.subhead {
    font-size: 1.4rem;
    color: #5f4f45;
    margin-bottom: 32px;
    border-left: 4px solid #e3b7a8;
    padding-left: 18px;
    background: #faf6f3;
    border-radius: 0 12px 12px 0;
    padding: 16px 20px;
}

h2 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #3d2e27;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 8px;
    color: #4e3b31;
}

p {
    margin-bottom: 1rem;
    color: #3d3530;
}

ul, ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

li {
    margin-bottom: 0.5rem;
}

.highlight-box {
    background: #f5eee9;
    padding: 20px 24px;
    border-radius: 20px;
    margin: 28px 0;
    border: 1px solid #eaded7;
}

.tip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 24px 0 12px;
}

.tip-card {
    background: #fcf9f7;
    padding: 16px 16px 12px;
    border-radius: 18px;
    border: 1px solid #ede4dd;
    transition: 0.1s ease;
}

.tip-card strong {
    display: block;
    font-weight: 600;
    color: #3f2c22;
    margin-bottom: 4px;
}

.additive-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    background: #fcf8f5;
    padding: 16px 20px;
    border-radius: 24px;
    margin: 10px 0 20px;
    border: 1px solid #ebe1da;
}

.additive-item {
    background: white;
    padding: 6px 16px 6px 14px;
    border-radius: 60px;
    border: 1px solid #e2d4cb;
    font-size: 1.3rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.02);
}

.cta-section {
    margin-top: 44px;
    background: #2d2420;
    color: #f5ede8;
    border-radius: 28px;
    padding: 32px 28px;
}

.cta-section h2 {
    color: #f6e9e1;
    margin-top: 0;
    font-weight: 500;
}

.cta-section p {
    color: #e2d5cd;
}

.cta-section a {
    color: #fadacd;
    text-decoration: none;
    border-bottom: 1px solid #a98373;
    font-weight: 500;
}

.cta-section a:hover {
    color: #ffede6;
    border-bottom-color: #cfb1a2;
}

.phone-block {
    background: #3f322b;
    padding: 12px 20px;
    border-radius: 60px;
    display: inline-block;
    margin: 12px 0 8px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.footer-meta {
    margin-top: 16px;
    font-size: 0.9rem;
    opacity: 0.8;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
}

.divider {
    height: 1px;
    background: linear-gradient(to right, #e3d7cf, transparent);
    margin: 32px 0 20px;
}

@media (max-width: 600px) {
    h1 { font-size: 1.8rem; }
    .tip-grid { grid-template-columns: 1fr; }
    .additive-list { flex-direction: column; gap: 8px; }
    .hero-image { aspect-ratio: 16 / 10; }
}

/* small decorative */
.badge {
    background: #dacbc2;
    color: #2c211c;
    padding: 2px 14px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
    margin-right: 6px;
}

.inline-icon {
    display: inline-block;
    margin-right: 6px;
}

/* заглушки для изображений (медиа-блоки) */
.media-block {
  background: #f5f0eb;
  border-radius: 20px;
  padding: 1.8rem 1.5rem;
  margin: 2rem 0 1.6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #ece3db;
}

.media-block .caption {
  font-size: 0.9rem;
  color: #6b625b;
  letter-spacing: 0.02em;
  font-style: italic;
}

/* список с тире (как в статье) */
.feature-list {
  list-style: none;
  padding-left: 0;
}
.feature-list li {
  padding-left: 1.8rem;
  position: relative;
  margin-bottom: 0.7rem;
}
.feature-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #c5a89b;
  font-weight: 300;
}

/* подпись для цитаты */
.subhead strong {
  font-weight: 600;
  color: #3d2e27;
}
/* End */
/* /local/templates/pink/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17853332274002 */
