body {
	font-family: museo-sans,sans-serif;
	
}

body:after {
background: #fff3d1 url(https://images.ctfassets.net/udjaqv66jihd/8sbVpR0BhCX75t9AzCw2R/2132f9fc32d25c566f673e8046b7e595/Pelle-bakgrund-tassar-fvp.png) no-repeat top center fixed;
background-repeat: repeat;
opacity: 1;
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
position: fixed;
z-index: -1;  
}

#docsSearch {
	height: 200px;
	background: #5c0900;
	border-bottom: none;
	padding-top: 0px;
	position: relative;
	top: -1px;
	display: flex;
    	align-items: center;
	flex-direction: column;
	justify-content: center;
}

#docsSearch h1 {
	font-family: museo-sans,sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 39px;
	color: #e8fbf0;
}

.collection-category h2 a {
    color: #5c0900;
    text-decoration: none;
}

@media (max-width: 768px) and (max-width: 480px) {
    #docsSearch h1 {
font-size: 30px;
}
}

#searchBar .search-query {
	background: #fff;
	border-color: #fff;
	box-shadow: none;
	color: #000;
	border-radius: 12px !important;
	height: 56px !important;
}
#searchBar button {
	background: #ffa4af;
	border-color: transparent;
	color: #000;
	border-radius: 0 12px 12px 0;
	height: 56px;
}

#searchBar button:hover {
	background: #fddadc;
	border-color: #5c0900;
	color: #57031e;
}

.collection-category {
	text-align: center;

}

.category-list {
	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
	gap: 10px;
}

.category-list .category {
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #5c0900;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 120px;
}

.category-list.two-col .category {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 120px;
}



.category-list h3 {
	color: #5c0900;
	font-size: 24px;
	font-weight: 500;
}



.category-list .category .article-count {
	font-size: 16px;
	color: #910035;
}

.category-list .category .article-count .notranslate {
	margin-right: 4px;
}

.navbar .nav .active a {
color: #ffffff;
text-decoration: underline;
font-weight: 700;
}
 
.navbar .nav li a {
color: #5c0900;
}
 
.navbar .brand {
padding: 10px 20px 10px;
}
 
@media (max-width: 768px) {
    .navbar .btn-navbar {
margin-top: 23px;
right: -10px;
}
}

@media (min-width: 769px) {
    .navbar .nav {
display: none;
}
}

@media (max-width: 768px) {
    .navbar .btn-navbar .icon-bar {
 background: #fff;
    }
}

#sidebar h3 {
	color: #000;
}

#sidebar .nav-list .active a{
color: #000;
}
 
#sidebar .nav-list a{
color: #000;
}

@media (max-width: 768px) and (max-width: 480px) {
    #searchBar button .icon-search {
     color: black;
    }
}

/* ========================= */
/* MOBILFIX FÖR TABELLER */
/* ========================= */

@media (max-width: 768px) {
  #fullArticle,
  article,
  .article {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 16px !important;
    padding: 24px 18px !important;
    box-sizing: border-box;
    overflow: hidden;
  }

  #fullArticle table,
  article table,
  .article table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  #fullArticle th,
  #fullArticle td,
  article th,
  article td,
  .article th,
  .article td {
    min-width: 160px;
    white-space: normal;
    vertical-align: top;
  }
}

@media (max-width: 768px) {

  #fullArticle table::before {
    content: "← Svep för att se fler kolumner →";
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #0d5338;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #fullArticle table,
  article table,
  .article table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    box-shadow: inset -28px 0 22px -24px rgba(0, 0, 0, 0.45);
  }
}

/* ========================= */
/* SIDEBAR – AKTIVT MENYVAL */
/* ========================= */

#sidebar .nav-list a,
#sidebar .nav-list li a {
  color: #5c0900 !important;
  text-shadow: none !important;
  font-weight: 600;
  transition: color .2s ease, background-color .2s ease;
}

#sidebar .nav-list a:hover,
#sidebar .nav-list li a:hover {
  color: #910035 !important;
  background: rgba(92,9,0,.08) !important;
  border-radius: 8px;
}

#sidebar .nav-list .active a,
#sidebar .nav-list li.active a,
#sidebar .nav-list a.active {
  color: #5c0900 !important;
  font-weight: 800;

  background: rgba(92,9,0,.12) !important;
  border-radius: 8px;

  text-shadow: none !important;
  }

#sidebar .nav-list .active a:hover,
#sidebar .nav-list li.active a:hover,
#sidebar .nav-list a.active:hover {
  color: #5c0900 !important;
  font-size: inherit !important;
  font-weight: 800;
  line-height: inherit !important;
  background: rgba(92,9,0,.12) !important;
  text-shadow: none !important;
}

/* ========================= */
/* KATEGORIIKONER */
/* ========================= */

:root {
  --furuvik-icon-ticket: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 8.54V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v2.54c0 .69.33 1.37.94 1.69C3.58 10.58 4 11.24 4 12s-.43 1.43-1.06 1.76c-.6.33-.94 1.01-.94 1.7V18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-2.54c0-.69-.34-1.37-.94-1.7-.63-.34-1.06-1-1.06-1.76s.43-1.42 1.06-1.76c.6-.33.94-1.01.94-1.7m-9 8.96h-2v-2h2zm0-4.5h-2v-2h2zm0-4.5h-2v-2h2z'/%3E%3C/svg%3E");
  --furuvik-icon-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H8V2c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-1 16H6c-.55 0-1-.45-1-1V8h14v10c0 .55-.45 1-1 1M8 10h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1'/%3E%3C/svg%3E");
  --furuvik-icon-live: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.22 7H4.78C4.3 6.47 4 5.77 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .77-.3 1.47-.78 2m7.02-4.99C18.32 2.13 20 4.08 20 6.16V21c0 .55-.45 1-1 1s-1-.45-1-1V6.09c0-.96-.64-1.86-1.58-2.05C15.14 3.78 14 4.76 14 6v11.84c0 2.08-1.68 4.03-3.76 4.15C7.92 22.13 6 20.29 6 18h-.55c-.26 0-.47-.19-.5-.45L4.11 9.1c-.06-.59.4-1.1.99-1.1h3.8c.59 0 1.05.51 1 1.1l-.85 8.45c-.03.26-.25.45-.5.45H8c0 1.24 1.14 2.22 2.42 1.96.94-.19 1.58-1.09 1.58-2.05V6c0-2.29 1.92-4.13 4.24-3.99'/%3E%3C/svg%3E");
  --furuvik-icon-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1'/%3E%3C/svg%3E");
  --furuvik-icon-person: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4'/%3E%3C/svg%3E");
  --furuvik-icon-location: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c-4.2 0-8 3.22-8 8.2 0 3.18 2.45 6.92 7.34 11.23.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2 20 5.22 16.2 2 12 2m0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2'/%3E%3C/svg%3E");
  --furuvik-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14'/%3E%3C/svg%3E");
  --furuvik-icon-parking: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 3H6c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-5h4c3.31 0 6-2.69 6-6s-2.69-6-6-6m.2 8H9V7h4.2c1.1 0 2 .9 2 2s-.9 2-2 2'/%3E%3C/svg%3E");
  --furuvik-icon-checklist: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.54 11 13 7.46l1.41-1.41 2.13 2.12 4.24-4.24 1.41 1.41zM11 7H2v2h9zm0 4H2v2h9zm0 4H2v2h9zm5.54 4L13 15.46l1.41-1.41 2.13 2.12 4.24-4.24 1.41 1.41z'/%3E%3C/svg%3E");
  --furuvik-icon-help: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 17h-2v-2h2zm2.07-7.75-.9.92C13.45 12.9 13 13.52 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25'/%3E%3C/svg%3E");
  --furuvik-icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 2.18 7 3.11V11c0 4.4-2.99 8.53-7 9.73-4.01-1.2-7-5.33-7-9.73V6.29z'/%3E%3C/svg%3E");
  --furuvik-icon-food: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.1 13.34 10.93 10.51 3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41 7.76-7.76 7.76 7.76 1.41-1.41z'/%3E%3C/svg%3E");
  --furuvik-icon-water: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 18c2.4 0 2.4-1 4.8-1s2.4 1 4.8 1 2.4-1 4.8-1 2.4 1 4.8 1v2c-2.4 0-2.4-1-4.8-1s-2.4 1-4.8 1-2.4-1-4.8-1-2.4 1-4.8 1zm0-5c2.4 0 2.4-1 4.8-1s2.4 1 4.8 1 2.4-1 4.8-1 2.4 1 4.8 1v2c-2.4 0-2.4-1-4.8-1s-2.4 1-4.8 1-2.4-1-4.8-1-2.4 1-4.8 1zm0-5c2.4 0 2.4-1 4.8-1s2.4 1 4.8 1 2.4-1 4.8-1 2.4 1 4.8 1v2c-2.4 0-2.4-1-4.8-1s-2.4 1-4.8 1-2.4-1-4.8-1-2.4 1-4.8 1z'/%3E%3C/svg%3E");
  --furuvik-icon-hotel: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3m12-6h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4'/%3E%3C/svg%3E");
  --furuvik-icon-group: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3M8 11c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13m8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5'/%3E%3C/svg%3E");
  --furuvik-icon-tent: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 2 21h20zm0 4.3L18.5 19h-13zm0 5.2L9.7 19h4.6z'/%3E%3C/svg%3E");
  --furuvik-icon-lock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1z'/%3E%3C/svg%3E");
  --furuvik-icon-gift: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.04 0-1.95.54-2.5 1.35L12 4l-.5-.65C10.95 2.54 10.04 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2m-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M9 4c.55 0 1 .45 1 1S9.55 6 9 6s-1-.45-1-1 .45-1 1-1m11 15H4v-2h16zm0-5H4V8h5.08L7 10.83 8.62 12 12 7.4l3.38 4.6L17 10.83 14.92 8H20z'/%3E%3C/svg%3E");
  --furuvik-icon-smile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M8.5 9.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5S7 11.83 7 11s.67-1.5 1.5-1.5M12 17.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5m3.5-5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5S17 10.17 17 11s-.67 1.5-1.5 1.5'/%3E%3C/svg%3E");
  --furuvik-icon-cat: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 11 4 4l5 4a8 8 0 0 1 6 0l5-4-1 7'/%3E%3Cpath d='M5 11c-1 5 2 9 7 9s8-4 7-9'/%3E%3Cpath d='M9 13h.01M15 13h.01'/%3E%3Cpath d='M12 15v2M10 17h4'/%3E%3Cpath d='M4 14H2M4.5 17l-2 1M20 14h2M19.5 17l2 1'/%3E%3C/svg%3E");
}

.category-list .category {
  --category-icon: var(--furuvik-icon-ticket);
}

.category-list .category::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  align-self: center;
  margin: 0 auto 6px;
  background-color: #5c0900;
  -webkit-mask-image: var(--category-icon);
  mask-image: var(--category-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#category-2260 {
  --category-icon: var(--furuvik-icon-ticket);
}

#category-2261,
#category-2303 {
  --category-icon: var(--furuvik-icon-gift);
}

#category-2277 {
  --category-icon: var(--furuvik-icon-person);
}

#category-2278 {
  --category-icon: var(--furuvik-icon-lock);
}

#category-2286,
#category-2287 {
  --category-icon: var(--furuvik-icon-live);
}

#category-2287 {
  --category-icon: var(--furuvik-icon-cat);
}

#category-2305 {
  --category-icon: var(--furuvik-icon-search);
}

#category-2301 {
  --category-icon: var(--furuvik-icon-parking);
}

#category-2300 {
  --category-icon: var(--furuvik-icon-checklist);
}

#category-2302 {
  --category-icon: var(--furuvik-icon-help);
}

#category-2304 {
  --category-icon: var(--furuvik-icon-shield);
}

#category-2332,
#category-2345 {
  --category-icon: var(--furuvik-icon-food);
}

#category-2338,
#category-2364 {
  --category-icon: var(--furuvik-icon-water);
}

#category-2350,
#category-2361 {
  --category-icon: var(--furuvik-icon-hotel);
}

#category-2351 {
  --category-icon: var(--furuvik-icon-group);
}

#category-2363 {
  --category-icon: var(--furuvik-icon-tent);
}

/* ========================= */
/* DESKTOPPOLISH */
/* ========================= */

@media (min-width: 769px) {
  .collection-category {
    margin-bottom: 54px;
  }

  .collection-category h2 {
    color: #5c0900;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    padding-left: 0;
  }

  .category-list,
  .category-list.two-col {
    display: grid;
    gap: 22px;
    justify-content: normal;
    margin: 0 auto 50px;
  }

  .category-list {
    max-width: 1040px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-list.two-col {
    max-width: 1040px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-list .category:only-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100% !important;
    max-width: 420px;
  }

  .category-list .category {
    width: auto !important;
    min-height: 142px;
    margin: 0 !important;
    padding: 30px 28px;
    box-sizing: border-box;
    justify-content: center;
    gap: 16px;
    border: 1px solid rgba(92,9,0,.28);
    background: rgba(255,255,255,.96);
    box-shadow: 0 8px 22px rgba(92,9,0,.09);
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
  }

  .category-list .category:hover {
    transform: translateY(-2px);
    border-color: #910035;
    background: #fff;
    box-shadow: 0 14px 28px rgba(92,9,0,.14);
  }

  .category-list h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
  }

  .category-list .category .article-count {
    display: inline-flex;
    align-self: center;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(255,164,175,.32);
    color: #910035;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .contentWrapper {
    min-height: 380px;
    border-color: rgba(92,9,0,.14);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(92,9,0,.1);
  }

  #categoryHead h1,
  #fullArticle .title,
  #main-content h1 {
    color: #2b1b18;
    font-weight: 700;
  }

  .articleList li {
    margin: 12px 0;
    padding-left: 0;
    list-style: none;
  }

  .articleList a {
    display: inline-flex;
    align-items: center;
    margin-left: 0 !important;
    padding: 7px 10px;
    border-radius: 6px;
    color: #5c0900 !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: color .18s ease, background-color .18s ease;
  }

  .articleList a:hover {
    color: #910035 !important;
    background: rgba(92,9,0,.07);
  }

  .articleList .icon-article-doc {
    color: rgba(92,9,0,.5);
    margin-right: 8px;
  }

  #sortBy {
    border-color: rgba(92,9,0,.28);
    border-radius: 6px;
    color: #5c0900;
  }

  #sidebar h3 {
    color: #5c0900;
    letter-spacing: .04em;
  }

  #searchBar .search-query:focus {
    border-color: #ffa4af !important;
    box-shadow: 0 0 0 3px rgba(255,164,175,.32) !important;
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .collection-category h2,
  .collection-category h2 a {
    color: #5c0900 !important;
    text-decoration: none !important;
  }

  .category-list,
  .category-list.two-col {
    gap: 14px;
  }

  .category-list .category {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto;
    margin: 0 0 14px !important;
    padding: 22px 18px;
    box-sizing: border-box;
    justify-content: center;
    overflow-wrap: anywhere;
    text-decoration: none !important;
  }

  .category-list .category::before {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
  }

  .category-list h3 {
    color: #5c0900 !important;
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 10px;
    overflow-wrap: anywhere;
  }

  .category-list .category .article-count {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255,164,175,.32);
    color: #910035 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
  }

  #sidebar h3 {
    color: #5c0900 !important;
  }

  #sidebar .nav-list a,
  #sidebar .nav-list li a {
    display: block;
    width: 100%;
    margin: 0 0 4px !important;
    padding: 8px 12px !important;
    box-sizing: border-box;
    color: #5c0900 !important;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    text-decoration: none !important;
  }

  #sidebar .nav-list .active a,
  #sidebar .nav-list li.active a,
  #sidebar .nav-list a.active {
    color: #5c0900 !important;
    background: rgba(92,9,0,.12) !important;
  }

  .articleList a {
    color: #5c0900 !important;
    font-weight: 600;
    text-decoration: none !important;
  }

  .articleList a:hover {
    color: #910035 !important;
  }

  .articleList .icon-article-doc {
    color: rgba(92,9,0,.5);
  }
}
