/*
Theme Name:     Automate
Theme URI:      https://jpthemes.com/
Template:       kadence
Author:         Jake Pfohl
Author URI:     https://jakepfohl.com/
Description:    Automate is a premium Kadence child theme designed for web creators who want to build a bold, futuristic brand in an AI-driven world. With its sleek, dark, and modern design, Automate helps you establish a cutting-edge online presence with ease. This theme comes with everything you need to launch your website instantly, including Home, About, Contact, and Blog core pages. It also features a Coming Soon page to generate anticipation, a Links page for sharing top resources in your social media bios, and optimized blog post outlines to streamline your content creation.
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Similar Posts Styles */
.entry-related {
  img.wp-post-image {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }

  .entry-content-wrap {
    background: var(--global-palette8);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  button.splide__pagination__page {
    background: var(--global-palette5);
    &.is-active {
      background: var(--global-palette5);
    }
  }
}

/* Post Comments Styles */
#comment, #author, #email {
	background: var(--global-palette8);
	border: 1px solid var(--global-palette9);
	border-radius: 24px;
}

/* Archive Page Styles */
#archive-container {
	/* Post Content Cards */
  .entry.loop-entry {
    background: var(--global-palette8, #F7FAFC);
    border-radius: 24px;
    box-shadow: none;
		
		/* Post Content Wrap */
    > .entry-content-wrap {
      padding: 24px;
    }
		
		/* Thumbnail Image */
    .post-thumbnail {
      border-radius: 24px 24px 0 0;
    }

		/* Post Title */
    .entry-title {
      font-size: 1.375rem;
    }
  }

	/* Read More Link */
  .entry-footer {
    .post-more-link {
      font-weight: 700;
    }
  }
}
