.authority-box {
  position: relative;
  padding: 22px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.authority-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #FFD02C;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.authority-title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.authority-box a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.authority-box a:hover {
  text-decoration: underline;
}

.authority-points {
  margin: 12px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.authority-points li {
  margin-bottom: 6px;
}

.authority-contact {
  margin-top: 10px;
  font-size: 17px;
}

