/*
Theme Name: CircusKit
Theme URI: https://www.circuskit.co.uk/
Author: CircusKit
Author URI: https://www.circuskit.co.uk/
Description: A fun, fashionable Full Site Editing block theme for fashion blogs. Bold editorial typography, playful colors, and a library of reusable patterns for hero sections, category grids, featured posts and more.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: circuskit
Tags: blog, one-column, two-columns, full-site-editing, block-patterns, block-styles, editor-style, featured-images, threaded-comments, translation-ready, wide-blocks
*/

/* Block theme styles live in theme.json. Add additional CSS below as needed. */

.cks-dot-bg {
  background-image: radial-gradient(var(--wp--preset--color--accent) 2px, transparent 2px);
  background-size: 22px 22px;
}

.cks-card {
  border-radius: 18px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cks-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.12); }

.cks-rounded img { border-radius: 18px; }

.cks-headline {
  letter-spacing: -0.02em;
  line-height: 0.95;
}

/* Read more button on post cards */
.cks-card .wp-block-read-more{display:inline-block;padding:.55rem 1.1rem;border:2px solid var(--wp--preset--color--ink);border-radius:999px;font-weight:700;text-decoration:none;transition:background .2s,color .2s}
.cks-card .wp-block-read-more:hover{background:var(--wp--preset--color--ink);color:var(--wp--preset--color--cream)}
