

/* --- Social Share Nowy Styl --- */
.social-share {
    margin-top: 40px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1a237e;
    color: white;
    font-size: 22px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.social-icon:hover {
    transform: scale(1.15);
    background: #3949ab;
}



/* Twój przycisk wsparcia */
.support-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 18px;
    background: #5fbf9f;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.support-btn:hover {
    transform: scale(1.10);
    background: #4aa88a;
}
