/* # Footer Widgets //footer
---------------------------------------------------------------------------------------------------- */
.wst-footer-policy {
  font-family: inherit;
  color: #ccc; /* chỉnh theo màu nền footer của theme */
  max-width: 320px;
}

.wst-footer-policy__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 8px;
}

.wst-footer-policy__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #f5a623; /* màu nhấn, đổi theo brand */
}

.wst-footer-policy__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wst-footer-policy__list li {
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}

.wst-footer-policy__list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #f5a623;
  font-weight: bold;
}

.wst-footer-policy__list a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.wst-footer-policy__list a:hover {
  color: #f5a623;
  padding-left: 4px;
}

/* Responsive: thu gọn trên mobile */
@media (max-width: 600px) {
  .wst-footer-policy {
    max-width: 100%;
  }
}
.wst-footer-contact {
    color: #ccc;
    font-family: inherit;
    max-width: 100%;
    line-height: 1.6;
}

.wst-footer-contact__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  position: relative;
}

.wst-footer-contact__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #f5a623;
}

.wst-footer-contact__desc,
.wst-footer-contact__note {
  font-size: 14px;
  margin: 0 0 12px;
  color: #bbb;
}

.wst-footer-contact__desc strong,
.wst-footer-contact__note strong {
  color: #f5a623;
  font-weight: 600;
}

.wst-footer-contact__label {
  font-size: 14px;
  color: #fff;
  margin: 0 0 8px;
}

.wst-footer-contact__list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.wst-footer-contact__list li {
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
  color: #ccc;
}

.wst-footer-contact__list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #f5a623;
  font-weight: bold;
}

.wst-footer-contact__list a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wst-footer-contact__list a:hover {
  color: #f5a623;
}

@media (max-width: 600px) {
  .wst-footer-contact {
    max-width: 100%;
  }
}