/* Affiliate Linker — Cinnamon and Cream (cinnamon theme) */

/* Equipment callout header */
.afl-equip-header {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Lora', serif;
    color: #3d1a00;
    margin: 0 0 1em !important;
    padding: 0.8rem 0.5rem 0.8rem 0.5rem;
    background: white;
    border: 1px solid #e0b899;
    border-left: 4px solid #c46b2d;
    border-radius: 0 7px 7px 0;
    box-shadow: 0 1px 5px rgba(196, 107, 45, 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: #a0521e;
    text-decoration: underline;
    text-decoration-color: rgba(196, 107, 45, 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: #7a3a10;
    text-decoration-color: #c46b2d;
}

/* 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;
}
