.paszowo-hdr-buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.paszowo-hdr-buttons__btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 20px;
    background: #4a6e1e;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 20px;
    transition: background .2s;
    white-space: nowrap;
    line-height: 1;
}

.paszowo-hdr-buttons__btn:hover {
    background: #3c5b17;
    color: #fff;
    text-decoration: none;
}
