.site-license-content h2 {
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #333;
}
.site-license-content hr {
  border-color: #333;
}

.site-license-content h3 {
  font-weight: 600;
  font-size: 26px;
}

.site-license-content h2, .site-license-content h3, .site-license-content h4, .site-license-content h5, .site-license-content li {
  color: #000;
}

.action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin: 0 10 0 0;
}

button, a.btn-link {
  padding: 0.6em 1.2em;
  margin: 10 0 0 0;
  background: #BD0F17;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
}

button:hover, .btn-link:hover {
  background: #BD0F17;
  border: none;
  color: #fff;
}

.site-license-content {
  display: none;
  margin-top: 2rem;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 1.5rem;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
}

.content-left, .content-right {
  flex: 1;
}

.site-license-content ul {
  list-style: disc;
}

.site-license-content li {
  margin-left: 6%;
}

.site-license-content li::marker {
  font-size: 20px;
}

@media only screen and (min-width: 960px) {
#head_row1 {
  margin: 0 0 20 0;
} 
}

@media only screen and (min-width: 768px) {
.content-columns {
  display: flex;
  gap: 2rem;
}
}

@media only screen and (max-width: 767px) {
.action-buttons {
  display: flex;
  justify-content: center; 
}
.content-right h4 {
  font-size: 16px;
}
}