small column width

essve-width
Css
.essve-width .container-xl {
max-width: 1000px;
}

Bootstrap Utility Example

p-4 rounded-4
Css

Privacy settings

.privacy-link
Css
.privacy-link {
  color: #0073e6;     /* link color */
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}
.privacy-link:hover {
  color: #005bb5;
}

Badge Font Override

custom-css
Css
/* H&H badge only */
.badge.h_h,
.badge.h_h::before {
    font-family: "Inter", "Arial", sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: none !important;
}