/*
Theme Name: destination-hotel-booking-child
Template: destination-hotel-booking
*/
body {
  color: #000;
}
.wp-block-table td.has-text-align-center {
  text-align: center;
}
.wp-block-table thead tr th {
  text-align: center;
}
.source-brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.source-brand-list li {
  position: relative;
  background: #f2cfc0;
  color: #000;
  margin: 12px 0;
  padding: 16px 20px 16px 50px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s ease;
  border-left: 6px solid #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.source-brand-list li:hover {
  background: #000;
  color: #f2cfc0;
  transform: translateX(6px);
}
.source-brand-list li a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}
.source-brand-list li:hover a {
  color: #f2cfc0;
  text-decoration: underline;
}
.source-brand-list li::before {
  content: "★";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 18px;
  transition: color 0.3s ease, transform 0.3s ease;
}
.source-brand-list li:hover::before {
  color: #f2cfc0;
  transform: translateY(-50%) rotate(15deg) scale(1.2);
}
.source-block {
  background: #f2cfc0;
  border-radius: 10px;
  border: 2px solid #000;
}
.innermenuboxupper {
  display: flex;
  justify-content: flex-end;
}
.icon-list {
  list-style: none;
  padding: 0;
}
.icon-list li:not(:last-child) {
  margin-bottom: 10px;
}
.schema-faq-section {
  background: #f2cfc03b;
  padding: 15px;
  border-left: 5px solid #f2cfc0;
  margin-bottom: 10px;
}
.schema-faq-question {
  font-size: 20px;
  margin-bottom: 15px;
}
