/*!
Theme Name:Lilly rose
Author: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stacy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/


.previous-next-links ul {
  list-style: none; 
  padding: 0;
  margin: 0;
  display: flex; 
  justify-content: space-between; 
}

.previous-next-links li {
  display: flex; 
	align-items: center; 
}

.previous-next-links .previous-page {
  text-align: left; 
}

.previous-next-links .next-page {
  text-align: right; 
}

.previous-next-links .previous-page,
.previous-next-links .next-page{
	background: #000;
    padding: 15px;
    margin: 20px;
}

.previous-next-links img {
  margin: 0 5px; /* तीर और टेक्स्ट के बीच थोड़ी सी जगह जोड़ें */
}

.previous-next-links .previous-page a,
.previous-next-links .next-page a{
	font-family: "Calya", sans-serif;
    color: #fff;
}

.previous-next-links .previous-page a:hover,
.previous-next-links .next-page a:hover{
	font-family: "Calya", sans-serif;
    color: #fff;
}

.elementor-widget-price-list .elementor-price-list li {
    margin: 0;
    list-style: none;
}

@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .wp-block-media-text.has-media-on-the-right,
	.wp-block-media-text.has-media-on-the-left{
        grid-template-columns: 1fr; /* Stack columns on smaller screens */
        grid-template-rows: auto auto; /* Allow for two rows */
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
	.wp-block-media-text.has-media-on-the-left .wp-block-media-text__media,
    .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content{
        grid-column: 1; /* Both elements span the single column */
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
	.wp-block-media-text.has-media-on-the-left .wp-block-media-text__media{
        grid-row: 1; /* Media on top */
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
	.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content{
        grid-row: 2; /* Content below */
    }
	
	.wp-block-media-text>.wp-block-media-text__content {
		padding-inline: 3%;
	}
	.wp-block-media-text__content p:first-child {
		margin-top: 25px;
	}
	.site{
		position:fixed;
		overflow-y: scroll;
		height: 100%;
		width: 100%;
	}
}