/* =====================================================================
   Vacation pages (Ваканционни активности + children)
   Matches redesign-front-end/vacations.html
   ===================================================================== */

body.vacation-page {
  background: #f9f7f5;
}

.aa-intro > .container-xl,
.aa-camp-section > .container-xl {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .aa-intro > .container-xl,
  .aa-camp-section > .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.aa-camp-title {
  font-family: "Montserrat Alternates", system-ui, sans-serif;
  font-weight: 600;
  color: #1d3533;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .aa-camp-title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}

.aa-camp {
  background: #fff;
  border: 1px solid #e6ebea;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(29, 53, 51, 0.08);
  padding: 16px;
}

@media (min-width: 992px) {
  .aa-camp {
    padding: 24px;
  }
}

.aa-camp__media {
  height: 300px;
  border-radius: 12px;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  background-color: #eef2f0;
}

@media (min-width: 768px) {
  .aa-camp__media {
    height: 380px;
  }
}

@media (min-width: 992px) {
  .aa-camp__media {
    height: 460px;
  }
}

.aa-camp__chips {
  position: relative;
  z-index: 2;
  margin: -44px 8px 0;
  background: #fff;
  border: 1px solid #e6ebea;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(29, 53, 51, 0.08);
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.aa-camp__chips--solo {
  margin-top: 0;
}

@media (min-width: 992px) {
  .aa-camp__chips {
    margin: -52px 20px 0;
    padding: 16px 22px;
    gap: 12px 22px;
  }

  .aa-camp__chips--solo {
    margin-top: 0;
  }
}

.aa-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1d3533;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  font-family: "Open Sans", system-ui, Arial, sans-serif;
}

.aa-chip i,
.aa-chip svg {
  width: 16px;
  height: 16px;
  font-size: 14px;
  color: #f05d19;
  flex: 0 0 auto;
}

.aa-chip--accent {
  background: #f05d19;
  color: #fff;
  padding: 8px 14px;
  border-radius: 100px;
  font-weight: 600;
}

.aa-chip--accent i,
.aa-chip--accent svg {
  color: #fff;
}

@media (min-width: 992px) {
  .aa-chip {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .aa-chip {
    white-space: normal;
  }
}

.aa-camp__body {
  padding: 8px 8px 4px;
  max-width: 860px;
}

@media (min-width: 992px) {
  .aa-camp__body {
    padding: 24px 16px 8px;
  }
}

.aa-camp__deadline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f05d19;
  font-size: 14px;
  font-weight: 600;
  background: #fdece2;
  padding: 8px 14px;
  border-radius: 8px;
  margin: 20px 0 24px;
  font-family: "Open Sans", system-ui, Arial, sans-serif;
}

.aa-camp__deadline svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.aa-camp__deadline strong {
  font-weight: 700;
}

.aa-camp__subtitle {
  font-family: "Montserrat Alternates", system-ui, sans-serif;
  font-weight: 600;
  color: #1d3533;
  font-size: 22px;
  line-height: 1.2;
  margin: 20px 0 16px;
}

@media (min-width: 992px) {
  .aa-camp__subtitle {
    font-size: 26px;
  }
}

.aa-camp__text,
.aa-camp__content p {
  margin: 0 0 16px;
  color: #627679;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Open Sans", system-ui, Arial, sans-serif;
}

.aa-camp__list,
.aa-camp__content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
}

.aa-camp__list li,
.aa-camp__content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1d3533;
  font-weight: 600;
  font-size: 15px;
  font-family: "Open Sans", system-ui, Arial, sans-serif;
}

.aa-camp__list li::before,
.aa-camp__content ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f05d19'%3E%3Cpath d='M13 2 4 14h6l-1 8 9-12h-6l1-8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.aa-camp__body .aa-btn {
  margin-top: 8px;
}
