/*
Theme Name: CloudRock Floor Coatings
Theme URI: https://example.com/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: A directly installable WordPress theme for the CloudRock floor coatings website, with homepage, product, application, case study, and blog templates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: cloudrock-floor-coatings
*/

/*
 * Core presentation lives in assets/styles.css.
 * This file exists so WordPress can recognize the theme.
 */

img {
  max-width: 100%;
  height: auto;
}

.entry-content,
.archive-copy,
.single-copy {
  line-height: 1.75;
}

.entry-content > * + *,
.archive-copy > * + *,
.single-copy > * + * {
  margin-top: 1rem;
}

.entry-content ul,
.archive-copy ul,
.single-copy ul {
  padding-left: 1.25rem;
}

.wp-block-image,
.post-thumbnail {
  margin: 0;
}
