:root {
  --color-brand-primary: #2150de;
  --off-black: #1e1e1e;
  --base-font-size-px: 16px;
  --spacing: 2rem;
  --spacing-half: 1rem;
}

.display-none {
  display: none;
}

@media (min-width: 0) and (max-width: 639px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-xl {
    display: block !important;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .visible-xxl {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xxxl {
    display: block !important;
  }
}

.gradient-bg-1 {
  background: linear-gradient(to right, #1F80F3 0%, #1F80F3 calc(50% - 600px), #1F80F3 calc(50% - 600px), #392AE4 calc(50% + 600px), #392AE4 calc(50% + 600px), #392AE4 100%);
}

body.username-test:before {
  content: "";
  position: fixed;
  left: 0;
  top: 70px;
  background-color: purple;
  color: white;
  padding: 8px 12px;
}
@media (min-width: 0) {
  body.username-test:before {
    content: "xs";
  }
}
@media (min-width: 640px) {
  body.username-test:before {
    content: "sm";
  }
}
@media (min-width: 768px) {
  body.username-test:before {
    content: "md";
  }
}
@media (min-width: 992px) {
  body.username-test:before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body.username-test:before {
    content: "xl";
  }
}
@media (min-width: 1400px) {
  body.username-test:before {
    content: "xxl";
  }
}
@media (min-width: 1600px) {
  body.username-test:before {
    content: "xxxl";
  }
}

ul.social-links, ul.appstore-links {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 12px;
  justify-content: space-between;
  justify-items: flex-start;
}
ul.social-links li a, ul.appstore-links li a {
  color: #f0f1f5;
}
ul.social-links.color-black li a, ul.appstore-links.color-black li a {
  color: #292e3d;
}
ul.social-links.larger li a svg, ul.appstore-links.larger li a svg {
  height: 50px;
  width: auto;
}
ul.social-links.inline-flex, ul.appstore-links.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: normal;
}

.text-align-center {
  text-align: center;
}

.image-responsive {
  margin: 0;
  padding: 0;
}
.image-responsive img {
  max-width: 100%;
  height: auto;
}

body.error404 .addtoany_share_save_container {
  display: none;
}

.dev-note {
  color: #292e3d;
  background-color: #d7d5f3;
  border: 1px solid #ccc;
  padding: 10px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: var(--base-font-size-px);
  letter-spacing: 0;
  text-underline-offset: 5px;
}

a {
  overflow-wrap: break-word;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6, .t1, .t2, .t3, .t4, .t5, .t6 {
  margin-bottom: 0.25em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .t1:first-child, .t2:first-child, .t3:first-child, .t4:first-child, .t5:first-child, .t6:first-child {
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .t1 a, .t2 a, .t3 a, .t4 a, .t5 a, .t6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .t1 a:hover, .t2 a:hover, .t3 a:hover, .t4 a:hover, .t5 a:hover, .t6 a:hover {
  text-decoration: underline;
}

.t1-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .t1-large {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
}

h1, .t1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1, .t1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

h2, .t2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2, .t2 {
    font-size: 2rem;
  }
}

h3, .t3 {
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1.2;
}

h4, .t4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

h5, .t5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.semi-bold {
  font-weight: 600;
}

.subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

.textBaselineAdjust {
  position: relative;
  top: 3px;
}

.montserrat {
  font-family: "Montserrat Alternates", sans-serif;
}
.montserrat span.alt {
  font-family: "Montserrat", sans-serif;
}

ul li, ol li {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.spread-links {
  display: inline-flex;
  gap: 1rem;
}
.spread-links a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #292e3d;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.3s;
}
.spread-links a:hover {
  border-color: #292e3d;
}
.spread-links a + a {
  margin-left: 2rem;
}

.posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .posts {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/*
article.post-link-basic {
	display: block;
	position: relative;
	border-radius: rem(24);
	background-color: $color-transparent-2;
	overflow: hidden;
	flex: 1 0 calc((100% - 32px) / 3);
	@include grid-width-mobile(6);

	@include break-from('md') {
		@include grid-width(4);
	}

	a.post-link {
		display: block;
		position: absolute;

		left: 0; top: 0; right: 0; bottom: 0;
	}

	.post-link-basic__image {
		width: 100%;
		height: 50%;

		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}

	.post-link-basic__content {
		padding: $spacing-smaller $spacing-smaller $spacing;

		.cats {
			font-size: rem(12);
			font-weight: 700;
			color: $color-text-black-2;
			margin-bottom: 0.5rem;
		}

		.post-link-basic__title {
			@include t5;
			font-weight: 600;
			line-height: 1.3;
			color: $color-text-black;
		}
	}

}

.posts:has(.flex-item:nth-child(1):nth-last-child(2)) .flex-item,
.posts:has(.flex-item:nth-child(1):nth-last-child(3)) .flex-item {
  flex-basis: calc((100% - 16px) / 2); // For 2 items
}

.posts:has(.post-link-basic__image) {
	article {
		aspect-ratio: 1 / 1;
	}
}

.post-hero {
	flex-basis: 100%;
	position: relative;
	border-radius: rem(24);
	overflow: hidden;
	background-color: $color-transparent-2;
	text-decoration: none;

	.post-image {
		position: relative;
		aspect-ratio: 18 / 10;

		img {
			position: absolute;
			left: 0; top: 0;
			width: 100%; height: 100%;
			object-fit: cover;
		}
	}
}
*/
article.post-link-basic {
  display: block;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: rgba(96, 104, 128, 0.1019607843);
  aspect-ratio: 1/1;
  width: calc(calc((100% - 80px) / 6) * 6 + 80px);
}
@media (min-width: 768px) {
  article.post-link-basic {
    width: calc(calc((100% - 176px) / 12) * 4 + 48px);
  }
  article.post-link-basic.half {
    width: calc(calc((100% - 176px) / 12) * 6 + 80px);
  }
}
article.post-link-basic a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}
article.post-link-basic a:hover .post-link-basic__title {
  text-decoration: underline;
}
article.post-link-basic .post-link-basic__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
article.post-link-basic .post-link-basic__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.post-link-basic .post-link-basic__content {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 1.5rem 1.5rem 2rem;
}
article.post-link-basic .post-link-basic__content .cats {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2050DD;
  margin-bottom: 0.5rem;
}
article.post-link-basic .post-link-basic__content .post-link-basic__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  font-weight: 600;
  line-height: 1.3;
  color: #292e3d;
}
article.post-link-basic.no-thumb .post-link-basic__content {
  top: auto;
}
article.post-link-basic.short {
  aspect-ratio: 2.5/1;
}
article.post-link-basic .parent-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.post-list-basic, .post-list-basic--no-thumb {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.post-list-basic article, .post-list-basic--no-thumb article {
  width: calc(calc((100% - 80px) / 6) * 6 + 80px);
}
@media (min-width: 768px) {
  .post-list-basic, .post-list-basic--no-thumb {
    flex-direction: row;
  }
  .post-list-basic article, .post-list-basic--no-thumb article {
    width: calc(calc((100% - 176px) / 12) * 4 + 48px);
  }
}

.post-list-basic--no-thumb article {
  aspect-ratio: 2/1;
}
.post-list-basic--no-thumb .post-link-basic .post-link-basic__content {
  position: relative;
  top: auto;
}
.post-list-basic--no-thumb .post-link-basic .post-link-basic__content .cats {
  font-size: 0.875rem;
  color: #2050DD;
}

div.post-kidshub-monster {
  position: relative;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
  flex: 1 1 100%;
  aspect-ratio: 1/1;
}
div.post-kidshub-monster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  div.post-kidshub-monster {
    flex: 1 1 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  div.post-kidshub-monster {
    flex: 1 1 calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
    aspect-ratio: 1/1;
  }
}

.post-hero {
  flex-basis: 100%;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: rgba(96, 104, 128, 0.1019607843);
  text-decoration: none;
  margin-bottom: 4rem;
}
.post-hero .post-image {
  position: relative;
  aspect-ratio: 18/10;
}
.post-hero .post-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-hero .post-image-mirrored {
  position: relative;
  z-index: 10;
  min-height: 50vw;
  background-color: black;
}
.post-hero .post-image-mirrored img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  transform: scaleY(-1);
  z-index: 10;
  opacity: 0.8;
}
.post-hero .post-image-mirrored .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  backdrop-filter: saturate(180%) blur(15px);
  z-index: 20;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.post-hero .post-image-mirrored .cat-title-date-length {
  position: relative;
  min-height: 70vw;
  z-index: 30;
  padding: 2rem 2rem 4rem;
}
.post-hero .post-image-mirrored .cat-title-date-length .cats {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(240, 241, 245, 0.7490196078);
  z-index: 30;
  margin-bottom: 0.5rem;
}
.post-hero .post-image-mirrored .cat-title-date-length .title {
  position: relative;
  font-size: 2rem;
  color: #f0f1f5;
  margin: 0;
  z-index: 30;
  line-height: 1.2;
}
.post-hero .post-image-mirrored .cat-title-date-length a.title {
  display: block;
  text-decoration: none;
}
.post-hero .post-image-mirrored .cat-title-date-length .date_length {
  position: absolute;
  bottom: 2rem;
  color: #f0f1f5;
  z-index: 30;
}
.post-hero .post-image-mirrored .cat-title-date-length a.button {
  display: none;
}
@media (min-width: 640px) {
  .post-hero .post-image-mirrored {
    min-height: 40vw;
  }
  .post-hero .post-image-mirrored .cat-title-date-length {
    min-height: 40vw;
  }
}
@media (min-width: 768px) {
  .post-hero {
    height: 300px;
  }
  .post-hero .post-image, .post-hero .post-image-mirrored {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
  }
  .post-hero .post-image img, .post-hero .post-image-mirrored img {
    height: 100%;
  }
  .post-hero .post-image-mirrored {
    min-height: auto;
  }
  .post-hero .post-image-mirrored img {
    transform: scaleY(1) scaleX(-1);
    object-fit: cover;
    min-height: none;
  }
  .post-hero .post-image-mirrored .cat-title-date-length {
    position: absolute;
    min-height: auto;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    padding: 0;
  }
  .post-hero .post-image-mirrored .cat-title-date-length .title {
    padding: 0;
    margin-bottom: 1rem;
  }
  .post-hero .post-image-mirrored .cat-title-date-length .date_length {
    position: relative;
    bottom: auto;
  }
  .post-hero .post-image-mirrored .cat-title-date-length a.button {
    display: inline-block;
    position: absolute;
    bottom: 0;
  }
  .post-hero .post-image-mirrored .overlay {
    border-radius: 0;
  }
  .post-hero.image-side-left .post-image {
    left: 0;
  }
  .post-hero.image-side-left .post-image-mirrored {
    right: 0;
  }
  .post-hero.image-side-right .post-image {
    right: 0;
  }
  .post-hero.image-side-right .post-image-mirrored {
    left: 0;
  }
  .post-hero.text-position-top .post-image-mirrored .cat-title-date-length {
    top: 2rem;
  }
  .post-hero.text-position-top .post-image-mirrored .cat-title-date-length .title {
    padding: 0;
    top: auto;
    bottom: auto;
  }
  .post-hero.text-position-top .post-image-mirrored .cat-title-date-length .date_length {
    position: relative;
    top: auto;
    bottom: auto;
  }
}

.single-post-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.single-post-content-wrapper .post-content {
  flex: 1 1 0;
  flex-basis: 100%;
  min-width: 0;
}
.single-post-content-wrapper .post-content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  line-height: 2.1rem;
}
@media (min-width: 768px) {
  .single-post-content-wrapper .post-content h2 {
    font-size: 2rem;
  }
}
.single-post-content-wrapper .post-content h2:first-child {
  margin-top: 0;
}
.single-post-content-wrapper .post-content h2.section-header-small {
  font-size: 1.125rem;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #8A91A6;
  font-weight: 600;
}
.single-post-content-wrapper .post-content img {
  width: 100%;
}
.single-post-content-wrapper .post-content p {
  line-height: 1.75rem;
}
.single-post-content-wrapper .post-meta {
  flex: 1 1 0;
}
.single-post-content-wrapper .post-meta .social-share {
  border-top: 2px solid #292e3d;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.single-post-content-wrapper .post-meta .social-share .social-share-label {
  font-size: 1rem;
  font-weight: 600;
  color: #8A91A6;
  margin-bottom: 1rem;
}
.single-post-content-wrapper .post-meta .cta-mini {
  background-color: rgba(32, 80, 221, 0.1607843137);
  color: #2050DD;
  padding: 1.5rem;
  border-radius: 1.5rem;
}
.single-post-content-wrapper .post-meta .cta-mini h1, .single-post-content-wrapper .post-meta .cta-mini h2, .single-post-content-wrapper .post-meta .cta-mini h3, .single-post-content-wrapper .post-meta .cta-mini h4, .single-post-content-wrapper .post-meta .cta-mini h5, .single-post-content-wrapper .post-meta .cta-mini h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 0;
}
.single-post-content-wrapper .post-meta .cta-mini .cta-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.single-post-content-wrapper .post-meta .cta-mini .cta-link .arrow {
  padding-bottom: 4px;
}
.single-post-content-wrapper .post-meta .cta-mini .cta-link .arrow svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
}
.single-post-content-wrapper .post-meta .banner {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .single-post-content-wrapper .post-content {
    flex: 2.7 1 0;
  }
  .single-post-content-wrapper .post-meta {
    flex: 1 1 0;
    position: sticky;
    align-self: flex-start;
    top: 1rem;
  }
}

#post-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  justify-content: space-between;
}
#post-nav > div {
  flex: 1;
  display: flex;
  align-items: stretch;
}
#post-nav a {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  background-color: rgba(96, 104, 128, 0.1019607843);
  padding: 2rem;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  color: #292e3d;
}
#post-nav a span.title {
  display: block;
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
#post-nav a[rel=prev] {
  text-align: left;
}
#post-nav a[rel=prev] .arrow svg {
  transform: rotate(180deg);
}
#post-nav a[rel=next] {
  text-align: right;
}
#post-nav a:hover {
  background-color: #292e3d;
  color: #f0f1f5;
}
@media (min-width: 768px) {
  #post-nav {
    flex-direction: row;
  }
  #post-nav > div {
    flex: 1 1 50%;
  }
}

#posts-list-header {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: stretch;
  margin-bottom: 4rem;
}
#posts-list-header #posts-list-hero {
  flex-basis: 100%;
  position: relative;
  background: radial-gradient(at center bottom, #4898F8, #392BE4);
  border-radius: 1.5rem;
  display: flow-root;
  overflow: hidden;
}
#posts-list-header #posts-list-hero > * {
  position: relative;
  z-index: 30;
}
#posts-list-header #posts-list-hero .name {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f1f5;
  margin-top: 3rem;
  margin-bottom: 0.3rem;
}
#posts-list-header #posts-list-hero .name svg {
  width: 1.4375rem;
  height: 1.4375rem;
}
#posts-list-header #posts-list-hero .name h1 {
  font-size: 1.4375rem;
  font-weight: 500;
  margin: 0 0 0 0.5rem;
}
#posts-list-header #posts-list-hero h2 {
  font-size: clamp(2.375rem, 8vw, 3.5rem);
  color: #f0f1f5;
  text-align: center;
  max-width: 80%;
  margin: auto;
}
#posts-list-header #posts-list-hero .hero-image {
  overflow: hidden;
  margin-top: 2rem;
}
#posts-list-header #posts-list-hero .hero-image img {
  width: 100%;
  height: auto;
  /*
  position: absolute;
  left: 0; top: 0;
  right: 0; bottom: 0;
  width: 100%; 
  // height: 100%;
  height: clamp(100%, calc(100% + ((120 - 100) * ((1000px - 100vw) / 600))), 120%);
  object-fit: cover;
  */
}
#posts-list-header #posts-list-hero:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #f0f1f5;
  border-radius: 1rem;
  z-index: 10;
}
#posts-list-header .description {
  flex: 1;
  flex-basis: 100%;
  background-color: rgba(96, 104, 128, 0.1019607843);
  padding: 2rem;
  border-radius: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
#posts-list-header .links {
  flex: 1;
  flex-basis: 100%;
  background-color: rgba(96, 104, 128, 0.1019607843);
  padding: 2rem;
  border-radius: 1.5rem;
  font-size: 1.25rem;
}
#posts-list-header .links h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #606880;
  margin: 0 0 1rem;
}
#posts-list-header .links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#posts-list-header .links ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #292e3d;
}
#posts-list-header .links ul li a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #292e3d;
  text-decoration: none;
}
#posts-list-header .links ul li a:hover {
  text-decoration: underline;
}
#posts-list-header .links ul li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  #posts-list-header #posts-list-hero .name svg {
    width: 1.75rem;
    height: 1.75rem;
  }
  #posts-list-header #posts-list-hero .name h1 {
    font-size: 1.75rem;
  }
  #posts-list-header .description {
    flex: 2;
  }
  #posts-list-header .links {
    flex: 1;
  }
}
@media (min-width: 992px) {
  #posts-list-header #posts-list-hero h2 {
    max-width: 60%;
    white-space: pre-line;
  }
}
#posts-list-header.resources {
  margin-bottom: 2rem;
}
#posts-list-header.resources #posts-list-hero {
  min-height: 280px;
}
#posts-list-header.resources #posts-list-hero .name {
  margin-top: 4rem;
  margin-bottom: 0.3rem;
}
#posts-list-header.resources #posts-list-hero .name h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#posts-list-header.resources .description {
  color: #f0f1f5;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1rem;
  padding: 0;
  background: transparent;
}
#posts-list-header.resources.resources-cat-kids-hub {
  aspect-ratio: 1/1.25;
}
#posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-logo {
  display: none;
  width: 60vw;
  top: 40%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-cloud {
  position: absolute;
  z-index: 10;
  width: 38%;
}
#posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-cloud.cloud-1 {
  right: -1%;
  top: -1%;
}
#posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-cloud.cloud-2 {
  transform: rotate(-104deg);
  left: -18%;
  top: 53%;
}
#posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-monster {
  position: absolute;
}
#posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-monster.monster-1 {
  z-index: 25;
  width: 55%;
  left: 29%;
  bottom: -6%;
}
#posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-monster.monster-2 {
  z-index: 20;
  width: 30%;
  left: 71%;
  bottom: -14%;
}
#posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-monster.monster-3 {
  z-index: 20;
  width: 52%;
  left: -7%;
  bottom: -8%;
}
#posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-monster.monster-4 {
  transform: rotate(180deg);
  width: 43%;
  top: -3%;
  left: 1%;
}
@media (min-width: 992px) {
  #posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-logo {
    top: 50%;
  }
  #posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-cloud {
    display: none;
  }
}
@media (min-width: 768px) {
  #posts-list-header.resources.resources-cat-kids-hub {
    aspect-ratio: 980/280;
  }
  #posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-logo {
    width: 53%;
    top: 50%;
  }
  #posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-cloud {
    display: none;
  }
  #posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-monster.monster-1 {
    width: 28%;
    left: auto;
    right: -5%;
    bottom: -13%;
  }
  #posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-monster.monster-2 {
    width: 13%;
    left: 2%;
    bottom: -21%;
  }
  #posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-monster.monster-3 {
    width: 21%;
    left: 8.5%;
    bottom: -20%;
  }
  #posts-list-header.resources.resources-cat-kids-hub #posts-list-hero .kidshub-monster.monster-4 {
    display: none;
  }
}

#cat-filter-search-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 2px solid #292e3d;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
#cat-filter-search-bar .cat-filters {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 1rem 0;
  padding: 0;
}
#cat-filter-search-bar .cat-filters .cat-filter a {
  color: #292e3d;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
}
#cat-filter-search-bar .cat-filters .cat-filter a:hover {
  text-decoration: underline;
}
#cat-filter-search-bar .cat-filters .cat-filter.active a {
  text-decoration: underline;
}
#cat-filter-search-bar form.search {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  #cat-filter-search-bar .cat-filters {
    flex-wrap: nowrap;
  }
  #cat-filter-search-bar form.search {
    flex-basis: auto;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #cat-filter-search-bar form.search {
    width: 312px;
  }
}

form.search {
  display: flex;
  margin: 0 0 0 auto;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  background-color: rgba(96, 104, 128, 0.1019607843);
  padding: 0.4375rem;
}
form.search:focus-within {
  border: 2px solid #292e3d;
}
form.search input {
  background: transparent;
  border: none;
  color: #292e3d;
  min-height: 1.25rem;
  line-height: 1.15;
  margin-left: 0.625rem;
}
form.search input::placeholder {
  color: #606880;
}
form.search input:focus-visible {
  outline: none;
}
form.search.search--white {
  width: 316px;
  margin: 0 auto;
  background: transparent;
  border: 1px solid #f0f1f5;
  border-radius: 0.75rem;
  color: #f0f1f5;
  margin-top: 1.5rem;
}
form.search.search--white svg {
  margin-right: 0.5rem;
}
form.search.search--white input {
  color: #f0f1f5;
}
form.search.search--white input::placeholder {
  color: #f0f1f5;
}

#search-results-msg {
  margin-bottom: 2rem;
}
#search-results-msg .search-terms {
  font-size: 1.25rem;
  font-weight: 700;
  color: #292e3d;
}
#search-results-msg .search-total {
  font-size: 1.125rem;
  font-weight: 500;
  color: #606880;
}

.pagination {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0;
}
.pagination span, .pagination a {
  padding: 0.375rem 0.5rem;
  border-radius: 0.5rem;
  color: #292e3d;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}
.pagination span svg, .pagination a svg {
  width: 0.75rem;
  height: 0.75rem;
}
.pagination span.prev svg, .pagination a.prev svg {
  transform: rotate(-90deg);
}
.pagination span.next svg, .pagination a.next svg {
  transform: rotate(90deg);
}
.pagination span.disabled, .pagination a.disabled {
  opacity: 0.2;
}
.pagination span.current, .pagination a.current {
  color: #2050DD;
  background-color: rgba(32, 80, 221, 0.1607843137);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
}
.tags a, .tags span {
  display: inline-block;
  background-color: rgba(96, 104, 128, 0.1019607843);
  padding: 0.5rem 0.75rem;
  color: #292e3d;
  text-decoration: none;
  border-radius: 0.75rem;
}
.tags a:hover, .tags span:hover {
  background-color: #292e3d;
  color: #f0f1f5;
}

.beans {
  position: absolute;
  color: #f0f1f5;
  left: 0.5rem;
  top: -0.5rem;
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  background-color: #2050DD;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
}
.beans svg > *[fill] {
  fill: white !important;
}
.beans svg > *[stroke] {
  stroke: white !important;
}