/*
Theme Name: CookieGuides
Description: WordPress teema CookieBlog jaoks. Modernne ja lihtne blogi teema.
Version: 1.37.6
Author: CookieBlog Team
Text Domain: cookieblog
*/

/* 
CookieBlog Theme Styles
========================

See fail sisaldab teema põhiinformatsiooni ja põhilisi stiile.
Peamised stiilid on eraldi failides:
- css/main.css - peamised stiilid
- css/components/ - komponendid
- css/site-nav.css - navigatsioon
*/

/* Põhilised reset ja base stiilid */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
}




.cbg-tool-overview {
    margin: 18px 0 22px;
    padding: 16px 18px;
    background: #f8fbff;
    border: 1px solid #dbe7f3;
    border-radius: 16px;
}

.cbg-tool-overview__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 10px;
    background: #eaf4ec;
    border-radius: 999px;
    color: #1f7a45;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cbg-tool-overview__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cbg-tool-overview__item {
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #dbe7f3;
    border-radius: 12px;
}

.cbg-tool-overview__term {
    display: block;
    margin-bottom: 10px;
    color: #5a6b7b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cbg-tool-overview__value {
    display: block;
    color: #102a43;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0!important;
}

.cbg-tool-overview__item > p:empty {
    display: none;
}

@media (max-width: 640px) {
    .cbg-tool-overview {
        padding: 14px;
        border-radius: 14px;
    }

    .cbg-tool-overview__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cbg-tool-overview__item {
        padding: 11px 13px;
    }

    .cbg-tool-overview__value {
        font-size: 14px;
    }
}




.cbg-choice-checklist {
    margin: 24px 0;
    padding: 20px 22px;
    background: #fbfdff;
    border: 1px solid #dbe7f3;
    border-radius: 16px;
}

.cbg-choice-checklist__label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 12px;
    background: #edf6ee;
    border-radius: 999px;
    color: #2f6f44;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cbg-choice-checklist__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cbg-choice-checklist__item {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 30px;
    color: #18324a;
    font-size: 15px;
    line-height: 1.55;
    border-top: 1px solid #e8eef5;
}

.cbg-choice-checklist__item:first-child {
    padding-top: 0;
    border-top: 0;
}

.cbg-choice-checklist__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 10px;
    height: 10px;
    background: #5ca774;
    border-radius: 999px;
}

.cbg-choice-checklist__item:first-child::before {
    top: 5px;
}

@media (max-width: 640px) {
    .cbg-choice-checklist {
        padding: 16px 18px;
        border-radius: 14px;
    }

    .cbg-choice-checklist__label {
        margin-bottom: 14px;
        font-size: 11px;
    }

    .cbg-choice-checklist__item {
        padding: 9px 0 9px 26px;
        font-size: 14px;
        line-height: 1.5;
    }

    .cbg-choice-checklist__item::before {
        width: 8px;
        height: 8px;
        top: 14px;
    }

    .cbg-choice-checklist__item:first-child::before {
        top: 5px;
    }
}

.cbg-choice-checklist__intro {
    margin: 0 0 14px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #334e68;
}


.cbg-inline-cta-title {
    margin: 40px 0 18px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: #0f172a;
}



.cbg-button {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 12px 16px!important;
    background: linear-gradient(145deg, #00a86b 0%, #00c984 100%)!important;
    border: 2px solid #10b981!important;
    border-radius: 8px!important;
    text-decoration: none!important;
    transition: all 0.3s ease!important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4)!important;
    position: relative!important;
    overflow: hidden!important;
    animation: subtle-pulse-sidebar 3s ease-in-out infinite!important;
    color: #ffffff!important;
    font-weight: 600!important;
}

.cbg-button:hover,
.cbg-button:focus {
    background: linear-gradient(90deg, #00b87a, #00d38f)!important;
    border-color: #059669!important;
    transform: translateY(-1px)!important;
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.5)!important;
    color: #ffffff!important;
}




.cbg-highlight {
    color: #2f6bff;
    font-weight: 600;
}

.cbg-decision-box {
    background: #eef3fb;
    border: 1px solid #d7e3f7;
    border-radius: 16px;
    padding: 20px;
    margin: 30px 0;
}

.cbg-decision-box__title {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.3;
}

.cbg-decision-box__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.cbg-decision-box__item {
    background: #ffffff;
    border: 1px solid #e5ecf8;
    border-radius: 12px;
    padding: 16px;
    min-height: 210px;
    box-sizing: border-box;
}

.cbg-decision-box__item--highlight {
    border: 2px solid #2f6bff;
    background: #f7faff;
}

.cbg-decision-box__label {
    font-size: 13px;
    line-height: 1.4;
    color: #6a7692;
    margin-bottom: 10px;
}

.cbg-decision-box__tool {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.cbg-decision-box__desc {
    font-size: 15px;
    line-height: 1.7;
    color: #5f6f8f;
}

.cbg-decision-box__cta-small {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
}

.cbg-decision-box__cta-small a {
    color: #2f6bff;
    text-decoration: none;
    font-weight: 600;
}

.cbg-decision-box__cta-small a:hover {
    text-decoration: underline;
}

.cbg-decision-box__footer {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
}

.cbg-decision-box__footer a {
    color: #2f6bff;
    text-decoration: none;
    font-weight: 600;
}

.cbg-decision-box__footer a:hover {
    text-decoration: underline;
}

.cbg-decision-box p {
    margin: 0;
}

.cbg-decision-box br {
    display: none;
}

@media (max-width: 1100px) {
    .cbg-decision-box__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cbg-decision-box {
        padding: 16px;
    }

    .cbg-decision-box__grid {
        grid-template-columns: 1fr;
    }

    .cbg-decision-box__item {
        min-height: auto;
    }
}

.cbg-decision-box__item--highlight .cbg-decision-box__cta-small a {
    font-weight: 700;
}