/* Base Layout - Created by Mahbub */
.ssn-box {
  position: fixed;
  z-index: 999999;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ssn-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.ssn-link:hover {
  text-decoration: underline;
}
