/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2026 | 04:13:41 */
/* --- RECEPTLÄNKAR MASTER DESIGN (Uppdaterad med Kommentarer) --- */

/* 1. Ingredienslistan (Befintlig) */
.recept-ingredienser-content a {
    color: #299471 !important;
    text-decoration: none;
    font-weight: 700;
}

/* 2. Instruktioner & Ingress */
.recept-instruktioner a, 
.ingress a {
    color: #299471 !important;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

/* 3. Auto-genererade länkar (Från Snippeten) */
a.sp-ingrediens-lank {
    color: #299471 !important;
    text-decoration: none;
    font-weight: 700;
}

/* 4. Hover-effekt för ovanstående */
.recept-ingredienser-content a:hover,
.recept-instruktioner a:hover,
.ingress a:hover,
a.sp-ingrediens-lank:hover {
    color: #1e6b52 !important; /* Mörkare grön */
    /*border-bottom: 1px solid #299471; */
}

/* 5. KOMMENTARER (wpDiscuz) - NYTT! */
.wpd-comment-text a {
    color: #299471 !important; /* Din gröna färg */
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.wpd-comment-text a:hover {
    color: #1e6b52 !important;
    border-bottom: 1px solid #299471;
}