/**
* Theme Name: Glossier Child
* Description: This is a child theme of Glossier.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: glossier
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: glossier-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

.entry-content p {
	margin-bottom: 10px;
	line-height: 1.7;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 1.5rem !important;
}

.entry-content figure {
	margin: 1.5rem auto !important;
}

@media (max-width: 768px) {

    .entry-content p {
        margin-bottom: 10px;
        line-height: 1.7;
    }

    .entry-content h2,
    .entry-content h3 {
        margin-top: 1.2rem !important;
    }

    .entry-content figure {
        margin: 1.2rem auto !important;
    }

}