.greenplanet-blog--sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(15, 65, 35, 0.1);
  box-shadow: 0 10px 50px rgba(15, 65, 35, 0.1);
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .greenplanet-blog--sidebar {
    margin-top: 120px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .greenplanet-blog--sidebar {
    margin-top: 80px;
  }
}
.greenplanet-blog--sidebar h4 {
  color: var(--e-global-color-accent);
}
.greenplanet-blog--sidebar .widget {
  padding: 30px 15px;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--sidebar .widget {
    padding: 25px 15px;
  }
}
.greenplanet-blog--sidebar .widget-title {
  margin-bottom: 20px;
}
.greenplanet-blog--sidebar .wp-block-latest-posts {
  padding: 50px 30px;
  border: 1px solid var(--e-global-color-baefcba);
  border-radius: 4px;
  margin-bottom: 0;
}
.greenplanet-blog--sidebar .wp-block-latest-posts li:not(:last-child) {
  border-bottom: 1px solid var(--e-global-color-baefcba);
  margin-bottom: 15px;
}
.greenplanet-blog--sidebar
  .wp-block-latest-posts
  li:last-child
  .wp-block-latest-posts__post-date {
  margin-bottom: 0;
}
.greenplanet-blog--sidebar .wp-block-latest-posts a {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: var(--e-global-color-c4dcbdf);
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--sidebar .wp-block-latest-posts a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.greenplanet-blog--sidebar .wp-block-latest-posts a:hover {
  color: var(--e-global-color-accent);
}
.greenplanet-blog--sidebar
  .wp-block-latest-posts
  .wp-block-latest-posts__post-date {
  color: var(--e-global-color-8e6e5f5);
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 15px;
}
.greenplanet-blog--sidebar .widget_search .wp-block-search__label {
  display: none;
}
.greenplanet-blog--sidebar .widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.greenplanet-blog--sidebar .widget_search .wp-block-search__input {
  border: 1px solid var(--e-global-color-baefcba);
  border-radius: 4px;
  width: 100%;
  background-color: transparent;
  padding-left: 50px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--sidebar .widget_search .wp-block-search__input {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
.greenplanet-blog--sidebar
  .widget_search
  .wp-block-search__input::-webkit-input-placeholder {
  color: var(--e-global-color-8e6e5f5);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.greenplanet-blog--sidebar
  .widget_search
  .wp-block-search__input::-moz-placeholder {
  color: var(--e-global-color-8e6e5f5);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.greenplanet-blog--sidebar
  .widget_search
  .wp-block-search__input::-ms-input-placeholder {
  color: var(--e-global-color-8e6e5f5);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.greenplanet-blog--sidebar .widget_search .wp-block-search__input::placeholder {
  color: var(--e-global-color-8e6e5f5);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--sidebar
    .widget_search
    .wp-block-search__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .greenplanet-blog--sidebar
    .widget_search
    .wp-block-search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .greenplanet-blog--sidebar
    .widget_search
    .wp-block-search__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .greenplanet-blog--sidebar
    .widget_search
    .wp-block-search__input::placeholder {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
.greenplanet-blog--sidebar .widget_search .wp-block-search__button {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 16C12.6421 16 16 12.6421 16 8.5C16 4.35786 12.6421 1 8.5 1C4.35786 1 1 4.35786 1 8.5C1 12.6421 4.35786 16 8.5 16Z' stroke='%233F4543' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0008 19L13.8008 13.8' stroke='%233F4543' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.greenplanet-blog--sidebar .widget_search .wp-block-search__button::after {
  content: none;
}
.greenplanet-blog--sidebar .wp-block-archives-dropdown label {
  color: var(--e-global-color-accent);
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 36px;
  margin-bottom: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .greenplanet-blog--sidebar .wp-block-archives-dropdown label {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.greenplanet-blog--sidebar .wp-block-archives-dropdown select {
  height: 55px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='2' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.87085L4 4.87878L7 1.87085' stroke='%233F4543' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.greenplanet-blog--sidebar .wp-block-tag-cloud a:hover {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
