

.DogsPrem li{
	list-style: none;
	margin-bottom: 20px !important;
}

.DogsPrem img{
	max-height:100px !important;
}

.faq-container {
  width: 100%;
  font-family: system-ui, -apple-system, sans-serif;
  color: #333;
}

.faq-subtitle {
  width: 100%;
  margin: 40px 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #eee;
  color: #222;
  font-size: 1.4rem;
}


.faq-sub-subtitle {
  width: 100%;
  margin: 20px 0 10px 0;
  color: #666;
  font-size: 0.9rem;
  /* text-transform: uppercase;  */
  letter-spacing: 1px;
  font-weight: 700;
}


.controls {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.DogsPremises.btn {
  padding: 8px 16px;
  border: 1px solid #bc4501 !important;
  background-color: white !important;
  color: #f16e36 !important;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px !important;
  transition: all 0.2s;
}

.DogsPremises.btn:hover {
  background-color: #f16e36 !important;
  color: white !important;
  text-decoration: none !important;
}

details {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

summary {
  padding: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fcfcfc;
}

summary:hover {
  background-color: #f0f7ff;
}

summary::after {
  content: "🐾";
  font-size: 1.1rem;
  transition: transform 0.2s;
}

details[open] summary::after {
  content: "🐕";
}

.content {
  padding: 15px;
  border-top: 1px solid #eee;
  line-height: 1.6;
  background-color: white;
}
