/* Affiliate Linker — Calibrated Cuisine (green theme) */

/* Equipment callout header */
.afl-equip-header {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Lora', serif;
    color: #1a3d22;
    margin: 0 0 1em !important;
    padding: 0.8rem 0.5rem 0.8rem 0.5rem;
    background: white;
    border: 1px solid #b8dbc1;
    border-left: 4px solid #3a7d44;
    border-radius: 0 7px 7px 0;
    box-shadow: 0 1px 5px rgba(58, 125, 68, 0.10);
    display: block;
    line-height: 1.45;
    letter-spacing: 0.01em;
}

.cc-equip-amazon {
    color: #e07b00;
    font-weight: 700;
}

/* Linked equipment names */
a.cc-equip-link {
    color: #2d6235;
    text-decoration: underline;
    text-decoration-color: rgba(58, 125, 68, 0.35);
    text-decoration-style: solid;
    text-underline-offset: 3px;
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

a.cc-equip-link:hover {
    color: #1e4d2a;
    text-decoration-color: #3a7d44;
}

/* Emoji via CSS so WordPress twemoji never touches it */
.afl-equip-header::before {
    content: "🛒 ";
}

/* Disclosure */
.afl-disclosure {
    font-size: 0.68rem;
    color: #aaa;
    margin: 0.75rem 0 0;
    font-style: italic;
    text-align: right;
    line-height: 1.3;
    display: block;
}
