.textEditor {
  margin-top: 0;
}

.textEditor .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}

.textEditor .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}

.textEditor .album a {
  display: block;
}

.textEditor .album a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .textEditor .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}

/*Cookie Preferences*/
.cookie-preferences {
  clear: both;
  margin-top: 50px;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  border-left: 4px solid #00489d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cookie-preferences h2 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #00489d;
}

.cookie-preferences p {
  margin: 0 0 15px;
}

.cookie-preferences__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
}

.cookie-preferences__button {
  min-width: 170px;
  min-height: 42px;
  padding: 10px 22px;
  border: 1px solid #00489d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #00489d;
  letter-spacing: 0.05em;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cookie-preferences__button:hover {
  color: #fff;
  background-color: #0075c1;
  border-color: #0075c1;
}

.cookie-preferences__button.is-active {
  color: #fff;
  background-color: #00489d;
  border-color: #00489d;
}

.cookie-preferences__button.is-active:hover {
  background-color: #01215c;
  border-color: #01215c;
}

.cookie-preferences__status {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #00489d;
}

@media (max-width: 640px) {
  .cookie-preferences {
    margin-top: 35px;
    padding: 22px;
    font-size: 15px;
  }
  .cookie-preferences__button {
    width: 100%;
  }
}
