.wurdies-recycling {
    max-width: 900px;
    margin: 30px auto;
    padding: 0 15px 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.recycling-intro {
    text-align: center;
    margin-bottom: 28px;
}

.recycling-icon {
    font-size: 52px;
    margin-bottom: 5px;
}

.recycling-intro h1 {
    color: #315f31;
    margin: 5px 0 14px;
    font-size: 30px;
}

.recycling-intro p {
    max-width: 700px;
    margin: 8px auto;
    line-height: 1.6;
}

.choose-country {
    font-weight: bold;
    color: #315f31;
    margin-top: 20px !important;
}

.recycling-country {
    margin: 10px 0;
    border: 1px solid #d5e2d2;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.recycling-country summary {
    padding: 15px 18px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    background: #f1f7ef;
    color: #315f31;
    list-style: none;
    transition: background 0.2s ease;
}

.recycling-country summary:hover {
    background: #e3efdf;
}

.recycling-country summary::-webkit-details-marker {
    display: none;
}

.recycling-country summary::after {
    content: "＋";
    float: right;
    font-size: 20px;
    font-weight: normal;
}

.recycling-country[open] summary::after {
    content: "−";
}

.recycling-country[open] summary {
    background: #e3efdf;
}

.recycling-content {
    padding: 20px 24px 24px;
    line-height: 1.65;
}

.recycling-content h2 {
    color: #315f31;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}

.recycling-content h3 {
    font-size: 17px;
    padding: 8px 12px;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.recycling-content p {
    margin: 8px 0;
}

.producer {
    background: #f5f7f5;
    border-left: 4px solid #6a8b62;
    padding: 11px 14px;
    margin: 15px 0 !important;
}

.recycling-content h3.paper {
    background: #f3e8df;
    color: #705144;
}

.recycling-content h3.plastic {
    background: #fff5d6;
    color: #866900;
}

.recycling-content h3.glass {
    background: #e7f3e8;
    color: #286235;
}

.recycling-content h3.metal {
    background: #e9edef;
    color: #465b65;
}

.recycling-content h3.other {
    background: #f1e8f5;
    color: #684078;
}

.local {
    margin-top: 22px !important;
    padding: 12px 15px;
    background: #edf6ea;
    border-radius: 7px;
    font-weight: bold;
    color: #315f31;
}

.recycling-thanks {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    background: #f1f7ef;
    color: #315f31;
    font-weight: bold;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .wurdies-recycling {
        margin-top: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .recycling-intro h1 {
        font-size: 25px;
    }

    .recycling-country summary {
        font-size: 17px;
        padding: 14px;
    }

    .recycling-content {
        padding: 17px 15px 20px;
    }

    .recycling-content h2 {
        font-size: 20px;
    }

    .recycling-content h3 {
        font-size: 16px;
    }
}
