.csn-footer {}

.csn-footer__logo > *{
	font-family: "Source Sans Pro", system, -apple-system, "san francisco", roboto, "segoe ui", "helvetica neue", arial, sans-serif;
   font-size: clamp(1.625rem, 2.25rem, 2.25rem);
   color: #fff;
   text-decoration: none;
   font-weight: 600;
}

.csn-footer__logo span {
   color: #EE7C7D;
}

/*
 Meny-modulerna använder .csn-footer__list
*/

.csn-footer__list {
   margin: 0;
   padding: 0;
}

.csn-footer__list li {
	list-style-type: none;
   margin-block: 4px;
}

.csn-footer__list li a {
   line-height: 2em;
}

/* nystart*/
.csn-footer-list {
   padding:0;
	margin: 0 0 1rem 0;
   list-style-type: none;
}

.csn-footer-list--inline {
   display: flex;
   flex-wrap: wrap;
   gap: 1rem;
   align-items: center;
}

.csn-footer-list__divider {
   height: 1.6875rem;
   display: flex;
   width: 1px;
   background-color: #7E6699;
   margin-inline: 0.5rem;
  /* margin-top: 0.75rem;*/
   
   @media screen and (max-width: 767px){
      width: 100%;
      height: 1px;
      margin: 2rem 0;
   }
}

.csn-footer-list__link {
    /* margin-top: .75rem; */
}

.csn-formatmall-footer-heading-nystart a,
.csn-footer-list__link-item {
   font-family: "Source Sans Pro", system, -apple-system, "san francisco", roboto, "segoe ui", "helvetica neue", arial, sans-serif;
    display: inline-flex !important;
    align-items: center;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: transparent !important;
    text-decoration-thickness: 14%;
    text-underline-offset: 3px;
    transition: text-decoration-color .1s;
   min-height: 2.75rem;
   min-width: 2.75rem;
}

.csn-footer-list__link-item svg {
   margin-left: 8px;
}

.csn-formatmall-footer-heading-nystart a:hover,
.csn-footer-list__link-item:hover {
    text-decoration-color: #fff !important;
}

/******************************************************
Feedbackknapp
******************************************************/
.csn-feedback {
  display: none;
  width: 77px;
  height: 41px;
  background: #4d2f6d;
  border-radius: 6px 6px 0 0;
  position: fixed;
  font-family: "akkurat pro",-apple-system,"san francisco","segoe ui",roboto,"helvetica neue",system,arial,sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 41px;
  /*z-index: 15; buggfix 2018-09-11*/
  z-index: 13;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;

  -webkit-transition: bottom 0.2s ease, opacity 0.4s ease, transform 0.3s ease, background 0.3s ease;
  -moz-transition: bottom 0.2s ease, opacity 0.4s ease, transform 0.3s ease, background 0.3s ease;
  -o-transition: bottom 0.2s ease, opacity 0.4s ease, transform 0.3s ease, background 0.3s ease;
  transition: bottom 0.2s ease, opacity 0.4s ease, transform 0.3s ease, background 0.3s ease;

  left: inherit;
  right: -19px;
  transform: rotate(-90deg) translateZ(0);
  bottom: 490px;
  text-decoration: none;
}

.csn-feedback--flash {
  transform: rotate(-90deg) scale(3) translateZ(0);
  background: #624186;
}

.js .csn-feedback{
  display: block;
}
  
@media (min-width: 769px) and (max-height: 840px) {
  html .csn-feedback {
     bottom: 200px;
  }

}

@media (min-width: 769px) and (max-height: 555px) {
  html .csn-feedback {
    left: 16px;
    right: inherit;
    bottom: 0;
    transform: rotate(0deg);
  }
}
