/*
Theme Name: Graceful Times Blog
Theme URI: https://optimathemes.com/graceful-times-blog-theme/
Author: Aslam
Author URI: http://optimathemes.com/
Description: Graceful Times Blog is a clean, modern, and fully responsive multi-purpose WordPress theme designed for bloggers and creators of all kinds. Whether you run a lifestyle, fashion, travel, tech, health, fitness, beauty, food, personal, or professional blog, this theme adapts beautifully to any niche. With a minimal aesthetic and fast, lightweight structure, Graceful Times Blog offers a seamless reading experience across all devices and is fully Retina-ready. It is optimized for SEO, compatible with WooCommerce, and includes built-in RTL (Right-to-Left) language support. Perfect for bloggers who want a stylish, flexible, and user-friendly theme that works right out of the box.
Template: graceful
Version: 1.0.0
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: graceful-times-blog
Tags: blog, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce
*/

/*
Customization of this theme starts here
*/

/* style.css */

/*--------------------------------------------------------------
Header Sections
--------------------------------------------------------------*/

.post-header {
    margin-top: 20px;
    text-align: left;
}

.site-branding a {
    font-size: 48px;
}

.post-categories {
    background: #f9f4f1;
}

.blog .post-title {
    font-size: 34px;
    line-height: 38px;
}

.blog article .post-meta {
    margin-bottom: 10px;
}

.blog .post-page-content {
    padding-top: 10px;
}

aside .graceful-widget h2, 
.graceful-widget .widget-title {
    border-bottom: 1px solid #a38b7c;
    font-weight: 600;
    padding: 9px 5px 7px;
}

aside .graceful-widget h2::after, 
.graceful-widget .widget-title::after {
    border-top: 8px solid #a38b7c;
}

#graceful-post-slider .owl-stage-outer:after {
    background-color: #f9f4f1;
}

#graceful-post-slider .owl-nav {
    background-color: #f9f4f1;
}

.post-title {
    word-wrap: break-word;
}

.graceful-slider-info {
    padding: 20px;
}

.graceful-slider-title {
    font-size: 32px;
    word-wrap: break-word;
}

#primary .continue-read a {
    border: 1px solid #111111;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    line-height: 34px;
    text-transform: capitalize;
}

#primary .continue-read a:hover {
    background: #f1f1f1;
}

@media screen and (max-width: 480px) {
    .graceful-slider-title {
        width: 300px;
    }
}

.site-images {
    min-height: 0;
}


.single .post-date {
    color: #111111 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.single .post-title-author { 
    color: #111111 !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.blog article .post-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.blog article .post-header .post-meta a {
    font-family: 'Open Sans', sans-serif;  
    font-size: 13px; 
}

.content-column > li {
    margin-bottom: 60px;
}

.post-footer{
    border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 480px) {
    .content-column > li {
        width: 100%;
    }
}

/* Top Navigation
   ========================================================================== */

.grace-latest {
    text-align: center;
    background: #f9f4f1;
    padding: 7px;
    font-size: 20px;
    margin-bottom: 36px;
}

.main-navigation-sidebar {
  position: absolute;
  top: 0px;
  left: <?php echo esc_html( graceful_options( 'basic_content_padding' ) ) ?>px;
  z-index: 1;
}
            
.main-navigation-search {
  position: absolute;
  top: 0px;
  right: <?php echo esc_html( graceful_options( 'basic_content_padding' ) ) ?>px;
  z-index: 2;
}

#top-navigation {
  text-align: center;
  box-shadow: 0px 1px 5px rgba(0,0,0, 0.1);
  border-bottom: 1px solid #999999;
  background: #a38b7c;
}

#top-navigation {
    border-bottom: 1px solid #dddddd;
}

#top-menu {
  display: inline-block;
}

#top-menu a:focus {
  outline: 3px dotted #000000 !important;
}

#top-menu li {
  position: relative;
}

#top-menu li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 6px;
    font-size: 12px;
}

#top-menu ul li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    float: right;
}

#top-menu > li {
  display: inline-block;
  list-style: none;
}

#top-menu li a {
  display: block;
  position: relative;
  padding: 0 5px;
  margin-left: 5px;
}

#top-menu li a {
  color: #000000;
}

#top-menu ul li a {
  color: #000000;
}

#top-menu li a:first-child {
  margin-left: 0;
}

#top-menu > li > a {
  display: block;
  text-decoration: none;
}

#top-menu > li:first-child > a {
  padding-left: 0px;
}

#top-menu > li:last-child > a {
  padding-right: 0px;
}

#top-menu ul ul {
  top: -1px;
  left: 100%;
}

#top-menu .menu-item:hover > ul, #top-menu .menu-item:focus-within > ul {
  left: 0;
  opacity: 1;
}

#top-menu .menu-item:hover ul ul, #top-menu .menu-item:focus-within ul ul{
  left: 100%;
}

#top-menu .sub-menu {
  position: absolute;
  left: -999em;
  z-index: 1101;
  width: 170px;
  text-align: left;
  border: 1px solid #e4e4e4;
  border-width: 1px;
  opacity: 0;
}

#top-menu .sub-menu a {
  border-bottom: 1px solid #ddd;
}

#top-menu .sub-menu > li:last-of-type > a {
  border: none;
}

#top-menu .sub-menu li:first-child > .sub-menu {
  margin-top: -1px;
}

#top-menu .sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 8px 15px;
  margin: 0;
}

#top-menu li a {
  font-size: 11px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
#top-menu .sub-menu > li > a {
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.5px;
  background: #ffffff;
}

#top-menu li a {
  font-size: 11px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 600;
}
#top-menu .sub-menu > li > a {
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

#top-menu li a,
#main-menu li a {
  text-transform: uppercase;
}

#top-navigation > div {
  padding-left: 30px;
  padding-right: 30px;
}

#main-navigation {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.entry-header {
    height: 150px;
    border-bottom: 1px solid #eeeeee;
}

.main-content {
    margin-top: 40px;
}

aside .wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px solid #000000;
}

.wp-block-search__label {
    display: none;
}

/* Media Query Min 768px
   ========================================================================== */
@media screen and (min-width: 768px) {
    .blog .post-page-content p {
        padding: 0;
    }
    #main-navigation .wrapped-content {
        padding-left: 0;
    }
    .main-navigation-search {
        right: 0;
    }
    #main-navigation .navigation-socials {
        right: 35px;
    }
}


#graceful-post-slider {
    padding-left: 40px;
    padding-right: 40px;
}

#graceful-post-slider.wrapped-content {
    padding-left: 0;
    padding-right: 0;
}


#site-footer {
    border-top: 1px solid #d5cfc4;
    background: #f9f4f1;
}

.graceful-hb-col {
    position: relative;
    float: left;
    width: 100%;
}

.graceful-hb-col:first-child {
    text-align: right;
}

.graceful-hb-col:last-child {
    min-height: 500px;
}

.graceful-hb-col img {
    width: 400px;
    height: 400px;
    margin: 50px;
    text-align: right;
}

.graceful-hb-col h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.graceful-hb-col a {
    padding: 10px 20px;
    background: #333333;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
}

.graceful-hb-col:first-child::after {
    content: '';
    background: #f9f4f1;
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.graceful-hb-col-inner {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 40px;
}

@media screen and (min-width: 768px) {
    
    .wrapped-content .main-navigation-search {
        right: 0;
    }
    #main-navigation .wrapped-content .navigation-socials {
        right: 35px;
    }

    .main-navigation-search {
        right: 35px;
    }
    #main-navigation .navigation-socials {
        right: 75px;
    }
    .graceful-hb-col {
        width: 49%;
    }
}

.graceful-widget .graceful-recent-image-box a {
    font-size: 14px;
}


#graceful-post-slider .slide-item {
    background-size: cover;
    height: 420px;
}

.single .post-page-content {
    padding: 0px 0px 10px;
}

#responsive-menu .sub-menu > li {
    background: #eeeeee;
}

#responsive-menu .sub-menu > li li {
    background: #cccccc;
}

.close-graceful-search {
    background: #000000;
}

#site-menu li a {
    font-family: 'Open Sans', sans-serif;
}

aside .graceful-widget h2 {
    font-family: Open Sans, sans-serif;
}

#graceful-hero-banner-wrap {
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
    .main-navigation-search {
        right: 20px;
    }
    .graceful-hb-col img {
        width: 300px;
        height: 300px;
        text-align: center;
    }
    .graceful-hb-col:last-child {
        min-height: 300px;
    }
    .graceful-hb-col:first-child::after {
        left: 0;
        width: 100%;
    }
    .graceful-hb-col:first-child {
        text-align: center;
    }
}

@media (min-width:700px) and (max-width:900px) {
    .graceful-hb-col img {
        width: 340px;
        height: 340px;
    }
    .graceful-hb-col:first-child {
        text-align: center;
    }
    .graceful-hb-col:first-child::after {
        display: none;
    }
    .graceful-hb-col:last-child {
        min-height: 200px;
        text-align: center;
    }
}

.graceful-hb-col a:focus {
    outline: 2px dotted #000000 !important;
}

.graceful-hb-col h2 {
    max-width: 504px;
}

.close-graceful-search {
    background: #dddddd;
    border: 1px solid #aaaaaa;
}

.graceful-widget h2 {
    background: #f9f4f1 !important;
}

#site-footer .graceful-widget h2 {
    padding: 3px 5px 2px;
    background: #e9e6df !important;
}


/*--------------------------------------------------------------
Times Post Slider CSS
--------------------------------------------------------------*/
.times-slider-container {
    font-family: sans-serif;
    margin: 40px auto;
}
.times-slider-carousel {
    position: relative;
}
.times-slide {
    display: flex;
    height: 600px;
    overflow: hidden;
}
.times-slide-left {
    width: 50%;
    background-color: #e1dbd1;
    padding: 60px 40px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    align-items: center;
}
.times-slide-left-content small {
    font-size: 0.75rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.times-spacer {
    position: relative;
    height: 50px;
    text-align: center;
}

.times-spacer hr {
    border-top-width: 2px;
    border-top-color: var(--global-palette9, #ffffff);
    width: 12%;
    border-top: solid 2px #fff;
    position: absolute;
    top: 33%;
    left: 50%;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    transform: perspective(1px) translate(-50%, -50%);
}

.times-slide-left-content h2 {
    font-size: 2.2rem;
    margin: 0;
    line-height: 1.3;
    font-family: 'Playfair Display', sans-serif;
}
.times-slide-left-content h2 a {
    text-decoration: none;
    color: inherit;
}
.times-slide-left-content p {
    margin: 2rem 20px 2.5rem;
    line-height: 1.8;
    font-size: 1.1rem;
}
.times-read-button {
    display: inline-block;
    padding: 0.65rem 1.55rem;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    width: fit-content;
    font-size: 12px;
    text-transform: uppercase;
}
.times-slide-nav {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin: 0;
    padding: 0.75rem 1rem;
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    width: 108%;
    margin-left: -47px;
}
.times-slide-nav span {
    cursor: pointer;
    color: #a38b7c;
    font-size: 41px;
}
.times-slide-right {
    width: 50%;
    position: relative;
    background: #eeeeee;
}
.times-slide-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .times-slide {
        flex-direction: column;
        height: auto;
    }
    .times-slide-left, .times-slide-right {
        width: 100%;
        height: 420px;
    }
    .times-slide-left {
        padding: 30px 20px;
    }
    .times-slide-left-content h2 {
        font-size: 1.8rem;
    }
    .times-slide-left-content p {
        font-size: 0.9rem;
    }
    .times-slide-left-content p {
        margin: 1.0rem 0 1.5rem;
        line-height: 1.5;
        font-size: 0.9rem;
        max-width: 90%;
    }
}



/*--------------------------------------------------------------
Times Latest Post Section CSS
--------------------------------------------------------------*/
:root {
	--times-posts-stripe: #f9f4f1;
}

.times-posts-section {
	width: 100%;
	position: relative;
	padding: 30px 40px 80px;
	background: #ffffff;
	box-sizing: border-box;
}



/* Full width - no max-width constraint */
.times-posts-section .times-posts-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

/* Boxed width - constrained */
.times-posts-section.wrapped-content {
	max-width: 1200px;
	margin: 0 auto;
}

.times-posts-section.wrapped-content .times-posts-wrapper {
	max-width: 100%;
}

.times-posts-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.times-posts-card {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #ffffff;
}

.times-posts-card:hover .times-posts-card-image {
	transform: scale(1.02);
}

.times-posts-card-link {
	display: block;
	position: relative;
	height: 420px;
	text-decoration: none;
	color: inherit;
}

.times-posts-card-link:focus {
	outline: 3px solid #a38b7c;
	outline-offset: 2px;
}

.times-posts-card-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center top;
	background-color: #f9f4f1;
	transition: transform 0.4s ease;
}

.times-posts-thumb--placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #e8e4dc 0%, #f9f4f1 100%);
}

.times-posts-card-overlay {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.9);
	padding: 24px 20px 22px;
	min-height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
}

.times-posts-kicker {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #c9a87c;
	font-weight: 600;
	margin-bottom: 6px;
	font-family: 'Open Sans', sans-serif;
}

.times-posts-title {
	margin: 0 0 8px 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
	color: #222222;
	font-family: 'Playfair Display', serif;
}

.times-posts-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	color: #888888;
	font-family: 'Open Sans', sans-serif;
}

.times-posts-author,
.times-posts-date {
	font-size: 11px;
	color: #555555;
}

.times-posts-separator {
	color: #cccccc;
	font-size: 10px;
}

/* Tablet - 2 columns */
@media (max-width: 1024px) {
	.times-posts-section {
		padding: 25px 30px 70px;
	}

	.times-posts-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.times-posts-card-link {
		height: 380px;
	}
}

/* Mobile - 2 columns smaller */
@media (max-width: 600px) {
	.times-posts-section {
		padding: 20px 15px 60px;
	}

	.times-posts-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.times-posts-card-link {
		height: 260px;
	}

	.times-posts-card-overlay {
		padding: 16px 12px 14px;
		min-height: 80px;
	}

	.times-posts-kicker {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.times-posts-title {
		font-size: 15px;
		line-height: 1.25;
		margin-bottom: 6px;
	}

	.times-posts-meta {
		font-size: 9px;
		gap: 4px;
	}

	.times-posts-author,
	.times-posts-date {
		font-size: 9px;
	}
}

.graceful-times-category-title {
    margin-bottom: 20px;
    background: #f9f4f1;
    border-bottom: 1px solid #a38b7c;
    display: inline-block;
    padding-bottom: 1px;
    text-align: center;
    width: 100%;
    font-size: 28px;
    padding: 2px 0 4px;
}


/*--------------------------------------------------------------
Social Media Widget CSS
--------------------------------------------------------------*/
.graceful-times-social-media-widget {
	text-align: center;
}

.graceful-times-social-media-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 15px;
}

.graceful-times-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #f5f3ef;
	color: #333333;
	border-radius: 50%;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 18px;
}

.graceful-times-social-link:hover {
	background: #888561;
	color: #ffffff;
	transform: translateY(-2px);
}

.graceful-times-social-link:focus {
	outline: 2px solid #888561;
	outline-offset: 2px;
}

.graceful-times-social-link i {
	line-height: 1;
}

.graceful-times-x-icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

/* Individual platform colors on hover (optional) */
.graceful-times-social-facebook:hover {
	background: #1877f2;
}

.graceful-times-social-twitter:hover {
	background: #000000;
}

.graceful-times-social-instagram:hover {
	background: #e4405f;
}

.graceful-times-social-linkedin:hover {
	background: #0077b5;
}

.graceful-times-social-pinterest:hover {
	background: #bd081c;
}

.graceful-times-social-youtube:hover {
	background: #ff0000;
}


/*--------------------------------------------------------------
Blog Listing 2 Column Layout
--------------------------------------------------------------*/
.blog .content-column,
.archive .content-column,
.search .content-column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog .content-column > li,
.archive .content-column > li,
.search .content-column > li {
	margin-bottom: 0;
	width: 100%;
}

.blog article,
.archive article,
.search article {
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.blog .site-images,
.archive .site-images,
.search .site-images {
	margin-bottom: 20px;
}

.blog .post-categories,
.archive .post-categories,
.search .post-categories {
	margin-bottom: 12px;
	text-align: left;
}

.blog .post-title,
.archive .post-title,
.search .post-title {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 15px;
	text-align: left;
}

.blog .post-page-content,
.archive .post-page-content,
.search .post-page-content {
	flex-grow: 1;
	margin-bottom: 20px;
	text-align: left;
}

.blog .post-page-content p,
.archive .post-page-content p,
.search .post-page-content p {
	color: #666666;
	line-height: 1.7;
	font-size: 15px;
	text-align: left;
}

.blog .continue-read,
.archive .continue-read,
.search .continue-read {
	margin-top: auto;
	text-align: left;
}

.blog .continue-read a,
.archive .continue-read a,
.search .continue-read a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #333333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog .continue-read a:hover,
.archive .continue-read a:hover,
.search .continue-read a:hover {
	color: #888561;
}

/* Tablet - maintain 2 columns */
@media (max-width: 1024px) {
	.blog .content-column,
	.archive .content-column,
	.search .content-column {
		gap: 30px;
	}

	.blog .post-title,
	.archive .post-title,
	.search .post-title {
		font-size: 24px;
	}
}

/* Mobile - single column */
@media (max-width: 768px) {
	.blog .content-column,
	.archive .content-column,
	.search .content-column {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.blog .post-title,
	.archive .post-title,
	.search .post-title {
		font-size: 26px;
	}
}


/*--------------------------------------------------------------
Featured Categories Section CSS
--------------------------------------------------------------*/
.graceful-times-featured-categories {
	width: 100%;
	position: relative;
	padding: 70px 40px 70px;
	background: #f9f4f1;
	box-sizing: border-box;
}

.graceful-times-featured-categories.wrapped-content {
	max-width: 1200px;
	margin: 0 auto;
}

.graceful-times-featured-categories-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.graceful-times-featured-categories-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.graceful-times-featured-cat-item {
	flex: 0 0 calc(25% - 23px);
	max-width: calc(25% - 23px);
}



.graceful-times-featured-cat-link {
	display: block;
	position: relative;
	height: 350px;
	text-decoration: none;
	color: inherit;
}

.graceful-times-featured-cat-link:focus {
	outline: 3px solid #888561;
	outline-offset: 2px;
}

.graceful-times-featured-cat-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-color: #f5f3ef;
	transition: transform 0.4s ease;
}

.graceful-times-featured-cat-link:hover .graceful-times-featured-cat-image {
	transform: scale(1.05);
}

.graceful-times-featured-cat-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e8e4dc 0%, #f5f3ef 100%);
}

.graceful-times-featured-cat-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
    margin: 20px;
}

.graceful-times-featured-cat-link:hover .graceful-times-featured-cat-overlay {
	background: rgba(0, 0, 0, 0.5);
}

.graceful-times-featured-cat-name {
	color: #ffffff !important;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 0 20px;
}

/* Tablet - 2 columns */
@media (max-width: 1024px) {
	.graceful-times-featured-categories {
		padding: 30px 30px 50px;
	}

	.graceful-times-featured-cat-item {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}

	.graceful-times-featured-categories-grid {
		gap: 25px;
	}

	.graceful-times-featured-cat-link {
		height: 300px;
	}
}

/* Mobile - 1 column */
@media (max-width: 768px) {
	.graceful-times-featured-categories {
		padding: 20px 15px 40px;
	}

	.graceful-times-featured-cat-item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.graceful-times-featured-categories-grid {
		gap: 20px;
	}

	.graceful-times-featured-cat-link {
		height: 280px;
	}

	.graceful-times-featured-cat-name {
		font-size: 16px;
		letter-spacing: 1.5px;
	}
}
