.paszowo-social__heading {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
}

.paszowo-social__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.paszowo-social__link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ccc;
    transition: color .2s;
}

.paszowo-social__link:hover {
    color: #fff;
    text-decoration: none;
}

.paszowo-social__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background: #4a6e1e;
    color: #fff;
    flex-shrink: 0;
}

.paszowo-social__icon svg {
    width: 18px;
    height: 18px;
}

.paszowo-social__icon--facebook { background: #4a6e1e; }
.paszowo-social__icon--youtube { background: #4a6e1e; }
.paszowo-social__icon--twitter { background: #4a6e1e; }
.paszowo-social__icon--instagram { background: #4a6e1e; }
.paszowo-social__icon--tiktok { background: #4a6e1e; }
.paszowo-social__icon--linkedin { background: #4a6e1e; }
.paszowo-social__icon--pinterest { background: #4a6e1e; }

.paszowo-social__label {
    font-size: 14px;
}
