body {
  font-size: 16px;
}

/* All text elements only */
p,
span,
a,
li,
td,
th,
label,
input,
textarea,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1055;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.social-icon {
  color: #000; /* BLACK */
  font-size: 20px; /* SAME SIZE */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icon:hover {
  color: #07a692; /* Optional hover color */
}
.btn-group + .btn-group {
  margin-left: 6px;
}

.color-box {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #ccc;
}
