@tailwind base;
@tailwind components;
@tailwind utilities;

.website-shared a,
.website-shared a:active {
  @apply transition;
}

.website-shared .btn,
.website-shared .website-btn {
  @apply inline-block;
  @apply cursor-pointer;
}

.website-shared .btn {
  padding: 5px 10px;
}

.website-body ol,
.website-body ul {
  list-style: revert;
}

.website-body ul {
  list-style: unset;
}

.website-element--footer {
  background-color: #fafafa;
}

.website-element--footer.website-inverted {
  background-color: #333;
  color: #fff;
}

.website-element--footer.website-inverted a,
.website-element--footer.website-inverted a:visited {
  color: #fff;
}

.website-element--footer .website-inverted,
.website-element--footer.website-inverted .website-light {
  display: none;
}

.website-element--footer.website-inverted .website-inverted {
  display: block;
}

.website-visible-parent .hidden {
  display: block;
}

.website-visible-parent .website-caret {
  transform: rotate(180deg);
}

.website-body h1 p,
.website-body h2 p,
.website-body .website-btn p {
  padding: 0;
}

.website-body address {
  font-style: normal;
}
