/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host {
  display: block;
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
:host ::ng-deep .links {
  margin-bottom: 8px;
}
:host ::ng-deep .links a {
  color: rgba(0, 0, 0, 0.43);
  transition: all 0.3s;
}
:host ::ng-deep .links a:not(:last-child) {
  margin-right: 40px;
}
:host ::ng-deep .links a:hover {
  color: rgba(0, 0, 0, 0.65);
}
:host ::ng-deep .copyright {
  color: rgba(0, 0, 0, 0.43);
  font-size: 12px;
}
