/*
Theme Name: Mum-to-Be
Theme URI: https://example.com/mum-to-be
Description: Editorial and product-review child theme for a UK mum-to-be affiliate site. Built on Twenty Twenty-Four.
Author: Your Name
Author URI: https://example.com
Template: twentytwentyfour
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mum-to-be
*/

.mtb-affiliate-disclosure {
    background: #fdf3ee;
    border-left: 4px solid #c97b5a;
    padding: 0.9em 1.1em;
    margin: 1.25em 0 1.75em;
    font-size: 0.92em;
    color: #4a2f25;
    border-radius: 4px;
}

.mtb-affiliate-disclosure strong { color: #8a3a1f; }

.mtb-product-card {
    border: 1px solid #ead7cd;
    border-radius: 8px;
    padding: 1.25em;
    margin: 1em 0;
    background: #fffaf7;
}

.mtb-product-card .mtb-cta {
    display: inline-block;
    background: #c97b5a;
    color: #fff;
    padding: 0.6em 1.1em;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.mtb-product-card .mtb-cta:hover { background: #a85f42; }

.mtb-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 1em; margin: 1em 0; }
.mtb-pros-cons ul { margin: 0; padding-left: 1.2em; }
.mtb-pros h4 { color: #2e6a3a; }
.mtb-cons h4 { color: #8a3a1f; }
@media (max-width: 600px) { .mtb-pros-cons { grid-template-columns: 1fr; } }
