:root {
  --brand-color: #ff355a;
  --text-color: rgba(64, 64, 64, 1);
  --secondary-color: #22252C;
  --sub-color: #999999;
  --border-color: #e5e5e5;
  --secondary-border-color: #f5f6f6;

  --border-radius: 10px;
  --text-align: center;
}

@media (max-width: 425px) {
  :root {
    --border-radius: 3px;
    --text-align: left;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url(/hc/theming_assets/01HZH6R7D6C9MJPT30Y933SC4G);
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url(/hc/theming_assets/01HZH6R5DERK4Y466SR2JJ9CYD);
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url(/hc/theming_assets/01HZH6R68FFQ12X43D9AE16BYR);
  font-weight: 900;
}

@font-face {
  font-family: 'Dotties Vanilla';
  src: url("DottiesVanilla-Black.otf");
  font-weight: 900;
}

* {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

html {
  scroll-behavior: smooth;
}

section,
header,
footer {
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding-block: 3rem;
}

img {
  max-width: 100%;
}

header h1 {
  font-family: "Roboto";
  font-weight: 900;
}

button,
input,
textarea {
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
  color: currentColor;
  text-underline-offset: 2px;
}

li {
  list-style: none;
}

.article-vote.up::before,
.article-vote.down::before,
i {
  content: '';
  display: block;
  aspect-ratio: 1;
  min-height: .75rem;
  min-width: .75rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .25s;
}

.article-vote.up::before {
  background-image: url(/hc/theming_assets/01HZH6R4N79SG6D0KGWHGWF7GF);
}

.article-vote.down::before {
  background-image: url(/hc/theming_assets/01HZH6R56J2S3S5Z305YP7AAJ2);
}

.search-form {
  border: 1px solid var(--border-color);
  overflow: hidden;
  display: flex;
  height: 2.5rem;
  max-width: 768px;
}

.search-form.home {
  border-radius: var(--border-radius);
  width: 100%;
}

.search-form.global {
  flex: 1;
  min-width: 50%;
  max-width: 480px;
  border-radius: 50px;
}

.search-form [type="search"] {
  padding-left: 2rem;
  background-image: url(/hc/theming_assets/01HZH6R73BANRFV0CW83XNJ315);
  background-position: .5rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  flex: 2;
}

.search-form [type="search"]::placeholder {
  color: #00000050;
}

.search-form [type="submit"] {
  font-weight: 900;
  max-width: 120px;
  color: #fff;
  background-color: var(--brand-color);
  cursor: pointer;
  flex: 1;
}

.search-form button {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.pagination{
  margin-top: 3rem;
}

.breadcrumbs,
.pagination-list {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  max-width: 80%;
}

.breadcrumbs li {
  font-size: .8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs li:not(:first-child)::before {
  content: '› ';
  font-weight: bold;
  font-size: .8rem;
}

.bread-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-block: 0;
}

.return-top::after,
.article-nav p::after {
  background-image: url(/hc/theming_assets/01HZH6R4CR7V3X2C27Y5S8860K);
}

i.person {
  background-image: url(/hc/theming_assets/01HZH6R5NMKZHW0NHVA2BD6XCR);
}

i.chevron {
  background-image: url(/hc/theming_assets/01HZH6R4CR7V3X2C27Y5S8860K);
}

i.chat {
  background-image: url(/hc/theming_assets/01HZH6R4SPV1Y8GSGXSW6A0RQN);
}

i.emergency {
  background-image: url(/hc/theming_assets/01HZH6R4YGJXMF4YX0WPNX3FW3);
}

i.instagram {
  background-image: url(/hc/theming_assets/01HZH6R77G5DY77WENXCDX7AY4);
}

i.facebook {
  background-image: url(/hc/theming_assets/01HZH6R6H4A09SRFZ8WA5XNHYN);
}

i.youtube {
  background-image: url(/hc/theming_assets/01HZH6R6D357DAAN1ZVCBP6E41);
}

i.twitter {
  background-image: url(/hc/theming_assets/01HZH6R6TACMZXR1HWHAKVGY1Q);
}