/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./assets/styles/src/style-singular.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * style-singular.scss
 *
 * Styles for single blog posts, archives, search, author pages, and the
 * cloudweb-project / cloudweb-download / testimonial custom post types.
 * Carved out of the main style.css bundle and loaded only on URLs that
 * actually need them, via wp_enqueue_style in lib/functions/load-assets.php.
 *
 * If you add a new singular/blog/archive partial, add it here AND keep it
 * out of style.scss's @use chain — otherwise it will get bundled twice.
 */
/*** COMMON ***/
/*
input,
textarea {
    @include input-placeholder {
        color: $grey;
    }
}
*/
/*** STYLING ***/
/*
.screen-reader-text {
  @include screen-reader-text;
}
*/
/*
@include keyframes(move) {
  0%   { left: 0; }
  100% { left: 100px; }
}

.box {
  @include animation(move 0.5s ease infinite alternate);
}
*/
/*
div {
  @include font( $base-font, 16px, #fff, 700, 18px );
}
*/
/*
.module, header[role="banner"] {
  @include box-emboss(0.3, 0.6);
}
*/
/*
.fade {
  @include opacity(.4);
}
*/
/*
*:before {
  @extend %pseudos;
}
*/
/*
.test {
  @include skew(25,10);
  @include transform-origin(top left);
}
*/
/*
a {
  @include transition(background-color 1s .5s, color 2s);
}
*/
/*
div {
  @include linear-gradient(45deg, black, white);
}
*/
/*
a {
  @include hover {
    border: 1px solid red;
    color: blue;
  }
}
*/
/*
.site-header {
  padding: 2rem;
  font-size: 1.8rem;
  @include breakpoint('tablet-wide') {
    padding-top: 4rem;
    font-size: 2.4rem;
  }
}
*/
/*
 * style-singular.scss
 *
 * Styles for single blog posts, archives, search, author pages, and the
 * cloudweb-project / cloudweb-download / testimonial custom post types.
 * Carved out of the main style.css bundle and loaded only on URLs that
 * actually need them, via wp_enqueue_style in lib/functions/load-assets.php.
 *
 * If you add a new singular/blog/archive partial, add it here AND keep it
 * out of style.scss's @use chain — otherwise it will get bundled twice.
 */
/*
 * style-singular.scss
 *
 * Styles for single blog posts, archives, search, author pages, and the
 * cloudweb-project / cloudweb-download / testimonial custom post types.
 * Carved out of the main style.css bundle and loaded only on URLs that
 * actually need them, via wp_enqueue_style in lib/functions/load-assets.php.
 *
 * If you add a new singular/blog/archive partial, add it here AND keep it
 * out of style.scss's @use chain — otherwise it will get bundled twice.
 */
.single-post article .entry-header {
  text-align: center;
}
.single-post article .entry-header .entry-meta {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 2.2222222222em;
  margin-bottom: 2.2222222222em;
  padding-left: initial;
  grid-template-columns: 50px 1fr 1fr;
  gap: 0.2777777778em;
}
@media (min-width: 768px) {
  .single-post article .entry-header .entry-meta {
    gap: 1.15em;
  }
}
@media (min-width: 1024px) {
  .single-post article .entry-header .entry-meta {
    padding-bottom: 0.75em;
  }
}
.single-post article .entry-header .entry-meta .entry-author-details {
  display: none;
}
@media (min-width: 768px) {
  .single-post article .entry-header .entry-meta .entry-author-details {
    display: inherit;
  }
}
.single-post article .entry-header .entry-meta .entry-author-box {
  grid-column: 1/2;
}
@media (min-width: 768px) {
  .single-post article .entry-header .entry-meta .entry-author-box {
    grid-column: 2/4;
    grid-row: 1;
    display: flex;
    align-items: center;
    place-content: center;
    column-gap: 0.7222222222em;
  }
}
.single-post article .entry-header .entry-meta .entry-time-box {
  grid-column: 2/3;
  grid-row: auto;
  text-align: left;
  padding-inline: 0;
  place-items: flex-start;
  place-content: center;
}
@media (min-width: 768px) {
  .single-post article .entry-header .entry-meta .entry-time-box {
    grid-column: 1/3;
    grid-row: 2/3;
    display: flex;
    padding-inline: 1em;
  }
}
.single-post article .entry-header .entry-meta .entry-time-box span {
  display: block;
}
@media (min-width: 768px) {
  .single-post article .entry-header .entry-meta .entry-time-box span {
    display: inline;
  }
}
.single-post article .entry-header .entry-meta .entry-categories-box {
  grid-column: 3/-1;
  grid-row: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .single-post article .entry-header .entry-meta .entry-categories-box {
    grid-column: 3/-1;
    grid-row: 2/3;
    text-align: center;
  }
}
.single-post article .wp-block-list li {
  list-style: disc;
}
.single-post article a {
  text-decoration: underline !important;
}
.single-post .content > article {
  margin-top: 4.1666666667em;
}

/*
 * style-singular.scss
 *
 * Styles for single blog posts, archives, search, author pages, and the
 * cloudweb-project / cloudweb-download / testimonial custom post types.
 * Carved out of the main style.css bundle and loaded only on URLs that
 * actually need them, via wp_enqueue_style in lib/functions/load-assets.php.
 *
 * If you add a new singular/blog/archive partial, add it here AND keep it
 * out of style.scss's @use chain — otherwise it will get bundled twice.
 */
.single-cloudweb-project .h1 {
  margin-bottom: 0.6607142857em;
  font-size: 5.6rem;
  line-height: 64px;
}
.single-cloudweb-project .entry-content h2 {
  margin-bottom: 1.75em;
  padding-top: 0.1666666667em;
}
.single-cloudweb-project .entry-content p,
.single-cloudweb-project .entry-content li {
  color: #808488;
}
.single-cloudweb-project .entry-content > figure.alignfull.size-full {
  margin-bottom: 1.6666666667em;
}
@media (min-width: 768px) {
  .single-cloudweb-project .entry-content > figure.alignfull.size-full {
    margin-bottom: 4.2777777778em;
  }
}
.single-cloudweb-project .entry-content > figure.alignfull.size-full img {
  min-height: 250px;
  width: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .single-cloudweb-project .entry-content > figure.alignfull.size-full img {
    min-height: 387px;
  }
}
.single-cloudweb-project .wp-block-columns {
  margin-bottom: 2.7777777778em;
}
@media (min-width: 768px) {
  .single-cloudweb-project .wp-block-columns {
    margin-bottom: 5.5555555556em;
  }
}
@media (min-width: 1024px) {
  .single-cloudweb-project .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.single-cloudweb-project .wp-block-column h2 {
  margin-bottom: 0.66667em;
}
.single-cloudweb-project .wp-block-image.is-style-rounded img, .single-cloudweb-project .wp-block-image.is-style-circle-mask img {
  border-radius: 0.8888888889em;
}
.single-cloudweb-project .wp-block-image.size-large.is-resized {
  margin-bottom: 2.7777777778em;
}
@media (min-width: 768px) {
  .single-cloudweb-project .wp-block-image.size-large.is-resized {
    margin-bottom: 6.7777777778em;
  }
}
.single-cloudweb-project ul.is-style-default li {
  margin-bottom: 0.8em;
}

/*
 * style-singular.scss
 *
 * Styles for single blog posts, archives, search, author pages, and the
 * cloudweb-project / cloudweb-download / testimonial custom post types.
 * Carved out of the main style.css bundle and loaded only on URLs that
 * actually need them, via wp_enqueue_style in lib/functions/load-assets.php.
 *
 * If you add a new singular/blog/archive partial, add it here AND keep it
 * out of style.scss's @use chain — otherwise it will get bundled twice.
 */
.author-box {
  display: flex;
  gap: 2rem !important;
  align-items: flex-start;
}
.author-box .author-box-info {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.author-box .author-box-info img {
  flex-shrink: 0;
  min-width: 200px;
}
.author-box .author-box-info .author-box-title {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .author-box {
    padding: 0;
    padding-bottom: 50px;
  }
}
.author-box .author-info {
  flex: 1;
}
.author-box .author-info .author-name {
  margin-bottom: 0;
  font: 500 64px/72px "Urbanist", sans-serif;
}
.author-box .author-info .author-subtitle {
  margin-bottom: 40px;
  font: 600 20px/32px "Urbanist", sans-serif;
}
.author-box .author-info .author-description {
  margin-bottom: 40px;
  font: normal 20px/32px "Urbanist", sans-serif;
}
.author-box .author-info .author-text {
  margin-bottom: 2rem;
}
.author-box .author-info .author-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.author-box .author-info .author-buttons .author-button {
  display: inline-block;
  padding: 0.75em 1em 0.75em;
  background-color: #fca14b;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
  padding-left: 1em;
  padding-right: 1em;
}
.author-box .author-info .author-buttons .author-button:hover {
  background-color: #e47b36;
}
.author-box .author-info .author-buttons .author-button:first-child {
  position: relative;
  margin-left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 245px;
}
.author-box .author-info .author-buttons .author-button:first-child::before {
  content: "";
  background-image: url("/wp-content/themes/cloudweb-theme/assets/images/sprite.svg#sprite-cta-arrow-white-fragment");
  background-repeat: no-repeat;
  background-size: 80px 50px;
  width: 80px;
  height: 50px;
  position: absolute;
  left: -86px;
  top: -20px;
}
.author-box .author-info .author-buttons .author-button:nth-child(2) {
  color: #009FE3;
  background-color: white;
  border: 2px solid #d7e0e4;
}
.author-box .author-info .author-buttons .author-button:nth-child(2):hover {
  border: 2px solid #009FE3;
}
.author-box .author-avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
}
.author-box .author-avatar .author-image-container {
  width: 425px;
  height: 425px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.author-box .author-avatar .author-image-container .author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.author-box .author-avatar .author-name-display {
  color: #333;
  font: normal 16px/24px "Urbanist", sans-serif;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3rem;
  }
  .author-box .author-avatar {
    order: -1;
  }
  .author-box .author-avatar .author-image-container {
    width: 300px;
    height: 300px;
  }
  .author-box .author-info .author-name {
    font-size: 48px;
    line-height: 56px;
  }
  .author-box .author-info .author-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .author-box .author-info .author-description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .author-box .author-info .author-buttons {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .author-box {
    gap: 2rem;
    max-width: 90%;
    margin: 0 auto;
  }
  .author-box .author-avatar .author-image-container {
    width: 250px;
    height: 250px;
  }
  .author-box .author-info .author-name {
    font-size: 36px;
    line-height: 44px;
  }
  .author-box .author-info .author-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.5rem;
  }
  .author-box .author-info .author-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .author-box .author-info .author-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .author-box .author-info .author-buttons .author-button {
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .author-box .author-avatar .author-image-container {
    width: 200px;
    height: 200px;
  }
  .author-box .author-info .author-name {
    font-size: 28px;
    line-height: 36px;
  }
  .author-box .author-info .author-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .author-box .author-info .author-description {
    font-size: 14px;
    line-height: 20px;
  }
  .author-box .author-info .author-buttons .author-button {
    max-width: 280px;
    font-size: 14px;
  }
}

/*
 * style-singular.scss
 *
 * Styles for single blog posts, archives, search, author pages, and the
 * cloudweb-project / cloudweb-download / testimonial custom post types.
 * Carved out of the main style.css bundle and loaded only on URLs that
 * actually need them, via wp_enqueue_style in lib/functions/load-assets.php.
 *
 * If you add a new singular/blog/archive partial, add it here AND keep it
 * out of style.scss's @use chain — otherwise it will get bundled twice.
 */
.author-box-post {
  font-size: 1.8rem;
}
@media (min-width: 560px) {
  .author-box-post {
    font-size: 2rem;
  }
}
.author-box-post-intro {
  --visual-size: 100px;
  gap: 1.7777777778em;
  margin-block-end: 2.2222222222em;
  display: grid;
  grid-template-columns: var(--visual-size) minmax(0, 1fr);
  grid-template-rows: var(--visual-size) auto;
}
@media (min-width: 560px) {
  .author-box-post-intro {
    gap: 1.6em;
    margin-block-end: 3.6em;
  }
}
@media (min-width: 768px) {
  .author-box-post-intro {
    --visual-size: 175px;
  }
}
.author-box-post-intro a {
  text-decoration: none;
  font-weight: 700;
}
.author-box-post-intro h5 {
  grid-column: 1/2;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 560px) {
  .author-box-post-intro h5 {
    font-size: 2.4rem;
  }
}
.author-box-post-intro-text {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: grid;
  grid-template-columns: var(--visual-size) minmax(0, 1fr);
  column-gap: 1.7777777778em;
}
@media (min-width: 560px) {
  .author-box-post-intro-text {
    column-gap: 1.6em;
  }
}
.author-box-post-intro-text > *:not(.author-box-post-cta) {
  grid-column: 2/3;
}
.author-box-post-intro-text .intro-subtitle {
  grid-column: 1/3;
  margin-block-start: 1.1111111111em;
  font-weight: 700;
}
@media (min-width: 560px) {
  .author-box-post-intro-text .intro-subtitle {
    margin-block-start: 1em;
  }
}
@media (min-width: 768px) {
  .author-box-post-intro-text .intro-subtitle {
    grid-column: 2/-1;
    margin-block-start: 0;
  }
}
@media (min-width: 560px) {
  .author-box-post-intro-text p {
    margin-block-end: 1.15em;
  }
}
.author-box-post-intro-text p:last-of-type {
  grid-column: 1/3;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .author-box-post-intro-text p:last-of-type {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.author-box-post-intro-visual {
  grid-column: 1/2;
  grid-row: 1/2;
  flex-basis: var(--visual-size);
}
.author-box-post-intro-visual img {
  aspect-ratio: var(--wp--preset--aspect-ratio--square);
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
}
.author-box-post-cta {
  display: flex;
  gap: 0.5555555556em;
  flex-direction: column;
  text-align: center;
  margin-block-start: 1.1111111111em;
  grid-column: 1/3;
}
@media (min-width: 560px) {
  .author-box-post-cta {
    gap: 1.65em;
    flex-direction: row;
    margin-block-start: 1em;
  }
}
.author-box-post-button {
  font-size: 1.6rem;
}
.author-box-post-expanded h6 {
  margin-block-end: 0.5555555556em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 560px) {
  .author-box-post-expanded h6 {
    margin-block-end: 1.1666666667em;
    font-size: 2.4rem;
  }
}
.author-box-post-expanded > p {
  margin-block-end: 1.3125em;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 560px) {
  .author-box-post-expanded > p {
    margin-block-end: 1.05em;
    font-size: 2rem;
  }
}

.author-cards {
  display: grid;
  gap: 1.2em;
}
@media (min-width: 560px) {
  .author-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.author-card {
  border: 1px solid #e2eaee;
  border-radius: 0.8888888889em;
  box-shadow: 0 0.2222222222em 1.6666666667em 0 rgba(203, 219, 226, 0.302);
  padding: 1.35em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.author-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.3333333333em 1.9444444444em 0 rgba(203, 219, 226, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.author-card p {
  font-size: 1.6rem;
}

.author-cards-section {
  background-color: #0c1622 !important;
  padding: 6rem 0;
  text-align: center;
  color: white;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
.author-cards-section .author-cards-inner {
  margin: 0 auto;
  padding: 0 2rem;
}
.author-cards-section .author-cards-title {
  margin-bottom: 2rem;
  color: white;
  font: 600 40px/48px "Urbanist", sans-serif;
}
.author-cards-section .author-cards-description {
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font: 400 16px/22px "Urbanist", sans-serif;
  opacity: 0.6;
}
.author-cards-section .author-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.author-cards-section .author-card {
  background-color: white;
  border-radius: 15px;
  padding: 22px;
  flex: 1;
  min-width: 250px;
  max-width: 280px;
  color: #2C3239;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: 500;
  line-height: 1.75;
}
.author-cards-section .author-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.author-cards-section .author-card-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #EBF7FD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-cards-section .author-card-icon .card-icon-image {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.author-cards-section .author-card-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #2C3239;
  font: 700 24px/26px "Urbanist", sans-serif;
}
.author-cards-section .author-card-content {
  color: #2C3239;
}
.author-cards-section .author-card-content p {
  margin-bottom: 1rem;
  font: 500 16px/1.75 "Urbanist", sans-serif;
}
.author-cards-section .author-card-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .author-cards-section {
    padding: 3rem 0;
  }
  .author-cards-section .author-cards-inner {
    padding: 0 1rem;
    max-width: 90%;
  }
  .author-cards-section .author-cards-description {
    margin-bottom: 50px;
  }
  .author-cards-section .author-cards-grid {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .author-cards-section .author-card {
    max-width: 100%;
    width: 100%;
  }
}

.author-posts-section {
  padding: 6rem 0;
  background-color: white;
}
.author-posts-section .author-posts-inner {
  margin: 0 auto;
  padding: 0 2rem;
}
.author-posts-section .author-posts-header {
  margin-bottom: 20px;
}
.author-posts-section .author-posts-header .author-posts-title {
  margin: 0;
  color: #2C3239;
  font: 600 40px/48px "Urbanist", sans-serif;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
}
.author-posts-section .author-posts-header .author-posts-title::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("assets/images/u_chart-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.author-posts-section .author-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .author-posts-section .author-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.author-posts-section .author-post-card {
  background-color: white;
  border-radius: 12px;
  border: 1px solid #E2EAEE;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.author-posts-section .author-post-card:hover {
  transform: translateY(-5px);
}
.author-posts-section .author-post-image {
  position: relative;
  aspect-ratio: 16/9;
  padding: 6px;
  overflow: hidden;
}
.author-posts-section .author-post-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.author-posts-section .author-post-image .post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-posts-section .author-post-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.author-posts-section .author-post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 20px;
}
.author-posts-section .author-post-date {
  font: 700 16px/32px "Urbanist", sans-serif;
  color: #7f8388;
  background-color: rgba(127, 131, 136, 0.1);
  padding: 0.3888888889em 0.8333333333em;
  border-radius: 0.2222222222em;
  font-size: 1.6rem;
}
.author-posts-section .author-post-badge {
  font: 700 16px/32px "Urbanist", sans-serif;
  background-color: rgba(0, 159, 227, 0.1);
  color: #009fe3;
  text-transform: uppercase;
  padding: 0.3888888889em 0.8333333333em;
  border-radius: 0.2222222222em;
}
.author-posts-section .author-post-title {
  margin: 0 0 1rem 0;
  font: 600 20px/28px "Urbanist", sans-serif;
  color: #2C3239;
}
.author-posts-section .author-post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  min-height: 55px;
}
.author-posts-section .author-post-excerpt {
  margin: 0 0 1.5rem 0;
  font: 400 20px/28px "Urbanist", sans-serif;
  color: #2C3239;
  flex: 1;
  min-height: 100px;
  font-size: 1.6rem;
}
.author-posts-section .author-post-link {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  font-family: "Urbanist", sans-serif;
  color: #009fe3;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.author-posts-section .author-post-link .link-text {
  text-decoration: underline;
}
.author-posts-section .author-post-link:hover {
  color: #009fe3;
}
.author-posts-section .author-post-link::after {
  content: "→";
  font-size: 1em;
  font-weight: 400;
  transition: transform 0.3s ease;
  text-decoration: none;
  /* 👈 prevents underline on the arrow */
}
.author-posts-section .author-post-link:hover::after {
  transform: translateX(3px);
}
@media (max-width: 768px) {
  .author-posts-section {
    padding: 4rem 0;
  }
  .author-posts-section .author-posts-inner {
    padding: 0 1rem;
    max-width: 90%;
  }
  .author-posts-section .author-posts-header {
    margin-bottom: 2rem;
  }
  .author-posts-section .author-posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .author-posts-section .author-post-content {
    padding: 1rem;
  }
}

.author-latest-section {
  padding: 6rem 0;
  background-color: white;
}
.author-latest-section .author-latest-inner {
  margin: 0 auto;
  padding: 0 2rem;
}
.author-latest-section .author-latest-header {
  margin-bottom: 20px;
}
.author-latest-section .author-latest-header .author-latest-title {
  margin: 0;
  color: #2C3239;
  font: 600 40px/48px "Urbanist", sans-serif;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
}
.author-latest-section .author-latest-header .author-latest-title::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("assets/images/u_chart-down-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.author-latest-section .author-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .author-latest-section .author-latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.author-latest-section .author-latest-card {
  background-color: white;
  border-radius: 12px;
  border: 1px solid #E2EAEE;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.author-latest-section .author-latest-card:hover {
  transform: translateY(-5px);
}
.author-latest-section .author-latest-image {
  position: relative;
  aspect-ratio: 16/9;
  padding: 6px;
  overflow: hidden;
}
.author-latest-section .author-latest-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.author-latest-section .author-latest-image .post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-latest-section .author-latest-image .post-thumbnail-placeholder {
  width: 100%;
  height: 100%;
  background-color: #2196F3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.author-latest-section .author-latest-image .post-thumbnail-placeholder::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("assets/images/u_document-text.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  filter: brightness(0) invert(1);
}
.author-latest-section .author-latest-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.author-latest-section .author-latest-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 20px;
}
.author-latest-section .author-latest-date {
  font: 700 16px/32px "Urbanist", sans-serif;
  color: #7f8388;
  background-color: rgba(127, 131, 136, 0.1);
  padding: 0 8px;
  border-radius: 4px;
}
.author-latest-section .author-latest-badge {
  font: 700 16px/32px "Urbanist", sans-serif;
  background-color: rgba(255, 175, 95, 0.1);
  color: #FFAF5F;
  text-transform: uppercase;
  padding: 0 8px;
  border-radius: 4px;
}
.author-latest-section .author-latest-title-post {
  margin: 0 0 1rem 0;
  font: 600 20px/28px "Urbanist", sans-serif;
  color: #2C3239;
}
.author-latest-section .author-latest-title-post a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  min-height: 55px;
}
.author-latest-section .author-latest-title-post a:hover {
  color: #FF8C42;
}
.author-latest-section .author-latest-excerpt {
  margin: 0 0 1.5rem 0;
  font: 400 20px/28px "Urbanist", sans-serif;
  flex: 1;
  min-height: 100px;
  color: #2C3239;
  flex: 1;
  font-size: 1.6rem;
}
.author-latest-section .author-latest-link {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  font: 600 20px/28px "Urbanist", sans-serif;
  color: #2196F3;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1.6rem;
}
.author-latest-section .author-latest-link .link-text {
  text-decoration: underline;
}
.author-latest-section .author-latest-link:hover {
  color: #1976D2;
}
.author-latest-section .author-latest-link::after {
  content: "→";
  font-size: 1em;
  font-weight: 400;
  transition: transform 0.3s ease;
}
.author-latest-section .author-latest-link:hover::after {
  transform: translateX(3px);
}
.author-latest-section .author-latest-load-more {
  text-align: center;
  margin-top: 4rem;
}
.author-latest-section .author-latest-button {
  background-color: #2196F3;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 1rem 2rem;
  font: 600 18px/24px "Urbanist", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
.author-latest-section .author-latest-button:hover {
  background-color: #1976D2;
}
.author-latest-section .author-latest-button:active {
  transform: translateY(0);
}
.author-latest-section .author-latest-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.author-latest-section .author-latest-button:disabled:hover {
  background-color: #ccc;
  transform: none;
  box-shadow: none;
}
.author-latest-section .author-latest-button.loading {
  position: relative;
  color: transparent;
}
.author-latest-section .author-latest-button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.author-latest-section .author-latest-no-posts {
  text-align: center;
  font: 400 18px/24px "Urbanist", sans-serif;
  color: #666;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .author-latest-section {
    padding: 4rem 0;
  }
  .author-latest-section .author-latest-inner {
    padding: 0 1rem;
    max-width: 90%;
  }
  .author-latest-section .author-latest-header {
    margin-bottom: 2rem;
  }
  .author-latest-section .author-latest-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .author-latest-section .author-latest-content {
    padding: 1rem;
  }
  .author-latest-section .author-latest-load-more {
    margin-top: 2rem;
  }
  .author-latest-section .author-latest-button {
    padding: 0.875rem 1.5rem;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .author-latest-section .author-latest-header .author-latest-title::before {
    width: 40px;
    height: 40px;
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.inner-search {
  margin-bottom: 2em;
  margin-inline: auto;
  width: min(570px, 100%);
}
@media (min-width: 1024px) {
  .inner-search {
    margin-bottom: 3.8888888889em;
  }
}
.inner-search .search-form {
  position: relative;
  display: flex;
  place-items: center;
}
.inner-search .search-form-input {
  padding-left: 2.4444444444em;
  padding-block: 0.7777777778em;
}
.inner-search .search-form-submit {
  background-color: transparent;
  padding-left: 0.7777777778em;
  position: absolute;
  left: 0;
  top: 0;
}

.blog article,
.category article,
.tag article,
.author article,
.related-articles article {
  background-color: #fff;
}
.blog article h2,
.category article h2,
.tag article h2,
.author article h2,
.related-articles article h2 {
  font-size: clamp(2.4rem, 1.257rem + 3.571vw, 4rem);
  line-height: clamp(3.2rem, 2.057rem + 3.571vw, 4.8rem);
  margin-bottom: 0;
  padding-bottom: 0.5625em;
  font-weight: 500;
  text-align: center;
}
.blog article .entry-content,
.category article .entry-content,
.tag article .entry-content,
.author article .entry-content,
.related-articles article .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.blog article .entry-content p,
.category article .entry-content p,
.tag article .entry-content p,
.author article .entry-content p,
.related-articles article .entry-content p {
  font-weight: 500;
}
.blog article .entry-content p:not(.entry-meta),
.category article .entry-content p:not(.entry-meta),
.tag article .entry-content p:not(.entry-meta),
.author article .entry-content p:not(.entry-meta),
.related-articles article .entry-content p:not(.entry-meta) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
@media (min-width: 1024px) {
  .blog article .entry-content p:not(.entry-meta),
  .category article .entry-content p:not(.entry-meta),
  .tag article .entry-content p:not(.entry-meta),
  .author article .entry-content p:not(.entry-meta),
  .related-articles article .entry-content p:not(.entry-meta) {
    -webkit-line-clamp: 3;
  }
}
.blog article .entry-header,
.category article .entry-header,
.tag article .entry-header,
.author article .entry-header,
.related-articles article .entry-header {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 0;
  margin-bottom: auto;
}
.blog article .entry-title,
.category article .entry-title,
.tag article .entry-title,
.author article .entry-title,
.related-articles article .entry-title {
  margin-left: 0;
}
.blog article .entry-image-link,
.category article .entry-image-link,
.tag article .entry-image-link,
.author article .entry-image-link,
.related-articles article .entry-image-link {
  margin-bottom: 1.0555555556em;
  display: block;
}
@media (min-width: 1024px) {
  .blog article .entry-image-link,
  .category article .entry-image-link,
  .tag article .entry-image-link,
  .author article .entry-image-link,
  .related-articles article .entry-image-link {
    margin-bottom: 1.5555555556em;
  }
}
.blog article .entry-image-link img,
.category article .entry-image-link img,
.tag article .entry-image-link img,
.author article .entry-image-link img,
.related-articles article .entry-image-link img {
  border-radius: 0.8888888889em;
  width: 100%;
  object-fit: cover;
}
.blog article .entry-meta span a,
.category article .entry-meta span a,
.tag article .entry-meta span a,
.author article .entry-meta span a,
.related-articles article .entry-meta span a {
  display: none;
}
.blog article .entry-meta span a:first-of-type,
.category article .entry-meta span a:first-of-type,
.tag article .entry-meta span a:first-of-type,
.author article .entry-meta span a:first-of-type,
.related-articles article .entry-meta span a:first-of-type {
  display: block;
}
.blog article a.entry-title-link,
.category article a.entry-title-link,
.tag article a.entry-title-link,
.author article a.entry-title-link,
.related-articles article a.entry-title-link {
  color: #2c3239;
  text-transform: initial;
}

.blog article,
.category article,
.tag article,
.author article,
.search-results-container article {
  margin-bottom: 4.2222222222em;
}

.blog .archive-description {
  margin-bottom: 1.5555555556em;
}

.search-results-container .entry-header {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: auto;
}

.blog article h2 {
  padding-bottom: 0.4285714286em;
}

/*
 * style-singular.scss
 *
 * Styles for single blog posts, archives, search, author pages, and the
 * cloudweb-project / cloudweb-download / testimonial custom post types.
 * Carved out of the main style.css bundle and loaded only on URLs that
 * actually need them, via wp_enqueue_style in lib/functions/load-assets.php.
 *
 * If you add a new singular/blog/archive partial, add it here AND keep it
 * out of style.scss's @use chain — otherwise it will get bundled twice.
 */
.archive.projects main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive.projects article {
  width: 49.1935%;
  max-width: 33.8888888889em;
  margin-bottom: 2.7777777778em;
}
.archive.projects .entry-content {
  margin-left: 1.5em;
}
.archive.projects .entry-image-link img {
  border-radius: 0.8888888889em;
  margin-bottom: 0.2777777778em;
}
.archive.projects .archive-pagination {
  margin-top: 0;
  flex-basis: 100%;
}

/*
 * style-singular.scss
 *
 * Styles for single blog posts, archives, search, author pages, and the
 * cloudweb-project / cloudweb-download / testimonial custom post types.
 * Carved out of the main style.css bundle and loaded only on URLs that
 * actually need them, via wp_enqueue_style in lib/functions/load-assets.php.
 *
 * If you add a new singular/blog/archive partial, add it here AND keep it
 * out of style.scss's @use chain — otherwise it will get bundled twice.
 */
.tax-cloudweb-download-category .content {
  margin-bottom: 1.6666666667em;
}
@media (min-width: 768px) {
  .tax-cloudweb-download-category .content {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.6666666667em;
  }
}
.tax-cloudweb-download-category article {
  background-color: #fff;
  border: 1px solid #e2eaee;
  border-radius: 0.8888888889em;
  display: flex;
  flex-direction: column;
  padding: 0.4444444444em 0.3888888889em 0.3888888889em 0.3888888889em;
  margin-bottom: 1.6666666667em;
}
@media (min-width: 768px) {
  .tax-cloudweb-download-category article {
    margin-bottom: initial;
  }
}
.tax-cloudweb-download-category article h2 {
  font-size: 2rem;
  margin-bottom: 0;
  padding: 0.6em 0.95em 0.7em 0.95em;
  line-height: 28px;
}
.tax-cloudweb-download-category article img {
  border-top-left-radius: 0.4444444444em;
  border-top-right-radius: 0.4444444444em;
  margin-bottom: 1em;
  width: 100%;
  object-fit: cover;
}
.tax-cloudweb-download-category article .entry-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}
.tax-cloudweb-download-category article .entry-content p {
  font-size: 1.8rem;
}
.tax-cloudweb-download-category article .entry-header {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: auto;
}
.tax-cloudweb-download-category article .entry-title {
  margin-left: 0;
  padding-top: 0;
}
.tax-cloudweb-download-category article .entry-footer {
  padding-left: 0.9444444444em;
  padding-right: 0.9444444444em;
}
.tax-cloudweb-download-category article .entry-meta {
  margin-bottom: 0.6111111111em;
}
.tax-cloudweb-download-category article .entry-meta span {
  font-size: 1.6rem;
}
.tax-cloudweb-download-category article .entry-meta span a {
  display: none;
}
.tax-cloudweb-download-category article .entry-meta span a:first-of-type {
  display: block;
}
.tax-cloudweb-download-category article time {
  background-color: rgba(127, 131, 136, 0.1);
  font-size: 1.6rem;
  border-radius: 0.2222222222em;
  margin-right: 0.4444444444em;
  padding: 0.3333333333em 0.8333333333em 0.1111111111em 0.8333333333em;
  color: #7f8388;
  font-weight: 700;
}
.tax-cloudweb-download-category article .button.button-secondary:hover, .tax-cloudweb-download-category article .button.button-secondary:focus {
  color: #009fe3;
}
.tax-cloudweb-download-category article a.entry-title-link {
  color: #2c3239;
  text-transform: initial;
}

/*
 * style-singular.scss
 *
 * Styles for single blog posts, archives, search, author pages, and the
 * cloudweb-project / cloudweb-download / testimonial custom post types.
 * Carved out of the main style.css bundle and loaded only on URLs that
 * actually need them, via wp_enqueue_style in lib/functions/load-assets.php.
 *
 * If you add a new singular/blog/archive partial, add it here AND keep it
 * out of style.scss's @use chain — otherwise it will get bundled twice.
 */
.search-results .inner-search {
  margin-block: 2.2222222222em 1.3333333333em;
}
@media (min-width: 768px) {
  .search-results .inner-search {
    width: 100%;
  }
}
.search-results .archive-description {
  margin-bottom: 0;
  padding-top: 0;
}
.search-results .archive-title {
  color: rgba(44, 50, 57, 0.6);
  margin-bottom: 1.5em;
  font-size: clamp(2rem, 1.714rem + 1.429vw, 2.4rem);
  font-weight: 500;
  line-height: 1.4;
  padding-top: 0.3333333333em;
}
.search-results .search-results-container article {
  margin-bottom: 2.7777777778em;
  position: relative;
}
.search-results-container article .entry-title {
  margin-bottom: 0;
  padding-block: 0;
  line-height: 1;
  font-size: clamp(2rem, 1.714rem + 1.429vw, 2.4rem);;
  font-weight: 700;
}

.entry-content-excerpt {
  display: flex;
  column-gap: 1.6666666667em;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .entry-content-excerpt {
    flex-direction: row;
  }
}
.entry-content-excerpt .excerpt-content p {
  font-size: clamp(1.6rem, 1.314rem + 1.429vw, 2rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
@media (min-width: 768px) {
  .entry-content-excerpt .excerpt-content p {
    -webkit-line-clamp: 4;
  }
}
.entry-content-excerpt .excerpt-content p:last-of-type {
  margin-bottom: 0;
}
.entry-content-excerpt.entry-content-excerpt-has-image .excerpt-content {
  flex-basis: 75%;
}
.entry-content-excerpt .excerpt-featured-image {
  flex-basis: 25%;
  margin-bottom: 0.8888888889em;
  padding-top: 0.5em;
}
@media (min-width: 768px) {
  .entry-content-excerpt .excerpt-featured-image {
    margin-bottom: 0;
  }
}

.excerpt-featured-image img {
  border-radius: 16px;
}

.entry-permalink a {
  color: rgba(44, 50, 57, 0.6);
  font-weight: 500;
  text-decoration: none;
}
.entry-permalink a::after {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}

.related-articles-section, .related-articles {
  padding: 6rem 0 4rem 0;
  background-color: white;
}
.related-articles-section .related-articles-inner, .related-articles .related-articles-inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1200px;
}
.related-articles-section .related-articles-header, .related-articles .related-articles-header {
  margin-bottom: 20px;
}
.related-articles-section .related-articles-header .related-articles-title, .related-articles .related-articles-header .related-articles-title {
  margin: 0;
  color: #2C3239;
  font: 600 40px/48px "Urbanist", sans-serif;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
}
.related-articles-section .related-articles-header .related-articles-title::before, .related-articles .related-articles-header .related-articles-title::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("assets/images/u_chart-down-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.related-articles-section .related-articles-grid, .related-articles .related-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  align-items: start;
}
.related-articles-section .related-article-card, .related-articles .related-article-card {
  background-color: white;
  border-radius: 12px;
  border: 1px solid #E2EAEE;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-articles-section .related-article-card:hover, .related-articles .related-article-card:hover {
  transform: translateY(-5px);
}
.related-articles-section .related-article-image, .related-articles .related-article-image {
  position: relative;
  aspect-ratio: 16/9;
  padding: 6px;
  overflow: hidden;
}
.related-articles-section .related-article-image a, .related-articles .related-article-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.related-articles-section .related-article-image .post-thumbnail, .related-articles .related-article-image .post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-articles-section .related-article-image .post-thumbnail-placeholder, .related-articles .related-article-image .post-thumbnail-placeholder {
  width: 100%;
  height: 100%;
  background-color: #2196F3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
}
.related-articles-section .related-article-image .post-thumbnail-placeholder::before, .related-articles .related-article-image .post-thumbnail-placeholder::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("assets/images/u_document-text.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  filter: brightness(0) invert(1);
}
.related-articles-section .related-article-content, .related-articles .related-article-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.related-articles-section .related-article-meta, .related-articles .related-article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 15px;
}
.related-articles-section .related-article-date, .related-articles .related-article-date {
  font: 700 16px/32px "Urbanist", sans-serif;
  color: #7f8388;
  background-color: rgba(127, 131, 136, 0.1);
  padding: 0 8px;
  border-radius: 4px;
}
.related-articles-section .related-article-category, .related-articles .related-article-category {
  font: 700 16px/32px "Urbanist", sans-serif;
  background-color: rgba(0, 159, 227, 0.1);
  color: #009FE3;
  text-transform: uppercase;
  padding: 0 8px;
  border-radius: 4px;
}
.related-articles-section .related-article-title-post, .related-articles .related-article-title-post {
  margin: 0 0 1rem 0;
  font: 600 20px/28px "Urbanist", sans-serif;
  color: #2C3239;
  text-decoration: none !important;
}
.related-articles-section .related-article-title-post a, .related-articles .related-article-title-post a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  min-height: 55px;
  text-decoration: none !important;
}
.related-articles-section .related-article-title-post a:hover, .related-articles .related-article-title-post a:hover {
  color: #FF8C42;
}
.related-articles-section .related-article-excerpt, .related-articles .related-article-excerpt {
  margin: 0 0 1.5rem 0;
  font: 400 20px/28px "Urbanist", sans-serif;
  color: #2C3239;
  flex: 1;
  min-height: 100px;
  font-size: 1.6rem;
}
.related-articles-section .related-article-link, .related-articles .related-article-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font: 600 20px/28px "Urbanist", sans-serif;
  color: #2196F3;
  text-decoration: none !important;
  transition: color 0.3s ease;
  font-size: 1.6rem;
  align-self: flex-start;
}
.related-articles-section .related-article-link .link-text, .related-articles .related-article-link .link-text {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.related-articles-section .related-article-link:hover, .related-articles .related-article-link:hover {
  color: #1976D2;
}
.related-articles-section .related-article-link::after, .related-articles .related-article-link::after {
  content: "→";
  font-size: 1em;
  font-weight: 400;
  transition: transform 0.3s ease;
  text-decoration: none;
  display: inline-block;
  flex-shrink: 0;
}
.related-articles-section .related-article-link:hover::after, .related-articles .related-article-link:hover::after {
  transform: translateX(3px);
}
@media (max-width: 1024px) {
  .related-articles-section .related-articles-grid, .related-articles .related-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .related-articles-section, .related-articles {
    padding: 4rem 0 3rem 0;
  }
  .related-articles-section .related-articles-inner, .related-articles .related-articles-inner {
    padding: 0 1rem;
  }
  .related-articles-section .related-articles-header, .related-articles .related-articles-header {
    margin-bottom: 2rem;
  }
  .related-articles-section .related-articles-header .related-articles-title, .related-articles .related-articles-header .related-articles-title {
    font-size: 2rem;
  }
  .related-articles-section .related-articles-header .related-articles-title::before, .related-articles .related-articles-header .related-articles-title::before {
    width: 20px;
    height: 20px;
  }
  .related-articles-section .related-articles-grid, .related-articles .related-articles-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .related-articles-section .related-article-content, .related-articles .related-article-content {
    padding: 1.5rem;
  }
  .related-articles-section .related-article-title-post, .related-articles .related-article-title-post {
    font-size: 1.8rem;
    line-height: 1.4;
    text-decoration: none !important;
  }
  .related-articles-section .related-article-excerpt, .related-articles .related-article-excerpt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .related-articles-section .related-article-link, .related-articles .related-article-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .related-articles-section .related-articles-header .related-articles-title, .related-articles .related-articles-header .related-articles-title {
    font-size: 1.8rem;
  }
  .related-articles-section .related-article-content, .related-articles .related-article-content {
    padding: 1rem;
  }
  .related-articles-section .related-article-meta, .related-articles .related-article-meta {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .related-articles-section .related-article-date, .related-articles .related-article-date,
  .related-articles-section .related-article-category,
  .related-articles .related-article-category {
    font-size: 14px;
    line-height: 24px;
  }
  .related-articles-section .related-article-title-post, .related-articles .related-article-title-post {
    font-size: 1.6rem;
    text-decoration: none !important;
  }
  .related-articles-section .related-article-excerpt, .related-articles .related-article-excerpt {
    font-size: 1.3rem;
  }
}

/* Author Box
--------------------------------------------- */
body.author .author-box {
  margin-bottom: 0;
  padding: 80px 30px;
  gap: 15px;
  display: flex;
  justify-content: space-between;
  gap: 0;
}
body.author .author-box > div {
  max-width: 90%;
}
body.author .author-box .author-name {
  font: 600 64px/72px "Urbanist", serif !important;
}
body.author .author-box.author-box-short {
  padding-left: 0;
}
body.author .author-box .author-avatar {
  text-align: center;
}
body.author .author-box .author-avatar img {
  display: block;
  min-height: 438px;
  width: auto;
}

/*# sourceMappingURL=style-singular.css.map*/