    /* Example on how to customize CSS variables */
    /* :root {
        --atomic-primary: red;
        --atomic-font-family: "Comic Sans MS", "Comic Sans", cursive;
      } */

    /* Example on how to customize result templates CSS parts */
    /* atomic-result::part(result-link):hover {
        color: orange;
      } */

    /* Example on how to customize the color facet */
    atomic-color-facet::part(value-dynamicscrmitem) {
      background-image: url("/build/assets/mail.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    atomic-color-facet::part(value-lithiumuser) {
      background-image: url("/build/assets/folder.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    atomic-color-facet::part(value-YouTubeVideo) {
      background-image: url("build/assets/video.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    atomic-color-facet::part(value-lithiummessage) {
      background-image: url("build/assets/kb.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    atomic-color-facet::part(value-lithiumthread) {
      background-image: url("build/assets/salesforce-standard-post.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    atomic-color-facet::part(value-html) {
      background-image: url("build/assets/webpage.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

atomic-search-box::part(wrapper)
{
min-width: 220px;
	border-radius: 0;
}
atomic-category-facet::part(facet) {
	border-radius: 0;
}
atomic-timeframe-facet::part(facet) {
	border-radius: 0;
}

atomic-search-box {
	 --atomic-primary: transparent;
	 --atomic-on-primary: lightgray;
	 --atomic-primary-light: transparent;
}

atomic-search-box:hover {
	--atomic-on-primary: gray;
}
atomic-search-box::part(submit-button) {
	display: grid;
	align-content: center;
	width:40px;
	border-radius: 0px;
}
atomic-search-box::part(submit-icon) {
	margin: 0 auto;
}

atomic-search-box::part(clear-icon) {
color: gray;
}

@media (min-width: 1025px) {
	atomic-search-box::part(input)
	{
	max-height: 24px;
	}
}
@media (max-width: 1024px) {
	#dnn_content {
		padding-top: 30px !important;
	}
}
.searchSkinObjectPreview {
	display: none;
}


    atomic-category-facet::part(value-link) {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' style='&%2310; transform: rotate(180deg);&%2310;'%3E%3Cpath transform='' d='m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2.1z' style=''/%3E%3C/svg%3E") no-repeat scroll right center;
      background-size: 20px;
    }

html atomic-layout-section[section='pagination'] {
    justify-content: center;
    	margin-top: 1rem;
    }

    html atomic-no-results::part(icon) {
      display: none;
    }
	
    @media (max-width: 1024px) {
      atomic-result-list::part(outline) {
        border: 0;
        padding: 1rem 0;
        border-radius: 0;
        border-top: 1px var(--atomic-neutral-dark) solid;
      }
    }
    body {
      margin: 0;
    }

    .header-bg {
      background-color: var(--atomic-neutral-light);
      grid-area: 1 / -1 / 1 / 1;
    }

    atomic-search-layout {
      row-gap: var(--atomic-layout-spacing-y);
    }

    /*.logo {
      display: none;	 
      position: absolute;
      width: 128px;
      top: 7px;
      mix-blend-mode: multiply;
      margin-left: -405px;
	 
    } */

/*
    @media (min-width: 1024px) {
      .logo {
        display: block;
      }
	  */
    }
  