/* ── Devisen Tag Cloud ──────────────────────────────────────────────── */

.dtc-tag-cloud-wrap {
    width: 100%;
    background: #f8f9fa;
    border-top: 2px solid #e2e6ea;
    padding: 28px 20px 24px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.dtc-tag-cloud-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #555;
    margin: 0 0 16px;
}

.dtc-tag-cloud {
    max-width: 1100px;
    margin: 0 auto;
    line-height: 2;
}

.dtc-tag-cloud a {
    display: inline-block;
    margin: 3px 5px;
    padding: 3px 10px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dee2e6;
    color: #1a73e8;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.dtc-tag-cloud a:hover {
    background: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
    text-decoration: none;
}
